COLOR #92B54D

HEX: #92B54D RGB: (146,181,77)

Color info

#92B54D contains mainly red and green colors. Web safe color of #92B54D is #99CC33 (or #9C3).

RGB color model

#92B54D color RGB value is (146,181,77).

RGB: (146,181,77) (57%, 71%, 30%)

RGB channels and saturation

R 146 of 255 = 57%
G 181 of 255 = 71%
B 77 of 255 = 30%

146
181
77

R + G + B ~ 53%. #92B54D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 181 + 77 = 404 (100%)
R 146 of 404 ~ 36.14%
G 181 of 404 ~ 44.8%
B 77 of 404 ~ 19.06'%

%36.14
%44.8
%19.06

CMYK color model

#92B54D color CMYK value is (19,0,57,29).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 57.46%
  • key color value is 29.02%

CMYK: (19,0,57,29)
C19M0Y57K29 (19%, 0%, 57%, 29%)
(0.19 / 0.00 / 0.57 / 0.29)

CMYK percentages

%19.34
%0
%57.46
%29.02

Codes

Color #92B54D in popluar color models

92 B5 4D
RGB 146 181 77
HSL 80° 41.27% 50.59%
HSB/HSV 80° 57.46% 70.98%
CMYK 19.34% 0.00% 57.46%
29.02%

Color #92B54D in popluar number systems.

HEX 92 B5 4D
Decimal 146 181 77
Binary 10010010 10110101 1001101
Octal 222 265 115

Shades and tints

Shades of #92B54D

#92B54D
(146,181,77)
#85A546
(133,165,70)
#78953F
(120,149,63)
#6B8538
(107,133,56)
#5E7531
(94,117,49)
#51652A
(81,101,42)
#445523
(68,85,35)
#37451C
(55,69,28)
#2A3515
(42,53,21)
#1D250E
(29,37,14)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #92B54D

#92B54D
(146,181,77)
#9BBB5D
(155,187,93)
#A4C16D
(164,193,109)
#ADC77D
(173,199,125)
#B6CD8D
(182,205,141)
#BFD39D
(191,211,157)
#C8D9AD
(200,217,173)
#D1DFBD
(209,223,189)
#DAE5CD
(218,229,205)
#E3EBDD
(227,235,221)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92B54D color. Also use rgb(146,181,77) instead hex code.

Text Font Color

.myTextColor { color: #92B54D; }

<p style="color:#92B54D">This sample text font color is #92B54D.</p>

This text font color is #92B54D.

Background Color

.myBgColor { background-color: #92B54D; }

<div style="background-color:#92B54D">Inner text</div>

This div background color is #92B54D.

Border color

.myBorderColor { border: 1px solid #92B54D; }

<div style="border:3px solid #92B54D">Div</div>

This div border color is #92B54D.

Opacity

.myOpacity80 { color: #92B54D; opacity: 0.8; }

<p style="color:#92B54D;opacity:0.8;">80%</p>

Text with #92B54D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #92B54D;}

<p style="text-shadow: 3px 3px 1px #92B54D">Text here.</p>

This text has shadow with #92B54D color.


.textShadow {text-shadow: 3px 3px 1px #92B54D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #92B54D, 5px 5px 20px red">Text here.</p>

This text has shadow with #92B54D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#92B54D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#92B54D, Direction=45, Strength=4)">Text</p>

This text has shadow with #92B54D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #92B54D;
-webkit-box-shadow: 1px 1px 3px 2px #92B54D;
box-shadow: 1px 1px 3px 2px #92B54D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #92B54D; -webkit-box-shadow: 1px 1px 3px 2px #92B54D; box-shadow:1px 1px 3px 2px #92B54D;">
Div content here
</div>

This div box has shadow with color #92B54D.

Preview

Color preview on black background

This text has color #92B54D on black background.


Color preview on white background

This text has color #92B54D on white background.


Black color preview on #92B54D background

This text has black color on #92B54D background.


White color preview on #92B54D background

This text has white color on #92B54D background.


Related colors

Complementary color

Complementary color for #hex is #6D4AB2.


I love getcolorcode.com

Triadic colors

1 #4D92B5 and #B54D92 with #92B54D are triadic colors.

2 #4DB592 and #B5924D with #92B54D are triadic colors.