Html Css Color HEX #B9B521 Earls Green

📋 copy color: '#B9B521'

red 185 ◦ green 181 ◦ blue 33

#B9B521
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B9B521

Tints of Earls Green #B9B521

RGB

 RED value IS 185 (72.66% from 255) = 46.37%

 GREEN value IS 181 (71.09% from 255) = 45.36%

 BLUE value IS 33 (13.28% from 255) = 8.27%

R = 46.37%
G = 45.36%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9B521 (or 0xB9B521) is known color: Earls Green. HEX triplet: B9, B5 and 21. RGB value is (185,181,33). Sum of RGB (Red+Green+Blue) = 185+181+33=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B521 is #464ADE. Grayscale: #A5A5A5. Windows color (decimal): -4606687 or 2209209. OLE color: 2209209.

HSL color Cylindrical-coordinate representation of color #B9B521: hue angle of 58.42º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9B521 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 181 33 -
CMYK 0 0.02 0.82 0.27
HSL 58.42º 0.7% 0.43% -
HSV(B) 58.42º 0.82% 0.73% -
XYZ 36.81 43.47 7.89 -
YUV 165.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 185 181 33 0 0.02 0.82 0.27 58.42 0.7 0.43
Hex B9 B5 21 0 2 52 1B 3A 46 2B
Octal 271 265 41 0 2 122 33 72 106 53
Binary 10111001 10110101 100001 0 10 1010010 11011 111010 1000110 101011

Color Harmonies of #B9B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B521

Black with #B9B521

Text Example


Text Example

White with #B9B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B521; }

 p { color: rgb(185,181,33); }

 H1.HeaderClassName
 {
   color: #B9B521;
 }
 .AnyTagClassName
 {
   color: #B9B521;
 }
</style>

background-color css

<style>
 a { background-color: #B9B521; }

 a { background-color: rgb(185,181,33); }

 div.DivClassName
 {
   background-color: #B9B521;
 }
 .BgClassName
 {
   background-color: #B9B521;
 }
</style>

border-color css

<style>
 span { border-color: #B9B521; }

 span { border-color: rgb(185,181,33); }

 td.TdClassName
 {
   border-color: #B9B521;
 }
 .TagClassName
 {
   border-color: #B9B521;
 }
</style>