Html Css Color HEX #B9B520 Earls Green

📋 copy color: '#B9B520'

red 185 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #B9B520

Tints of Earls Green #B9B520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 46.48%
G = 45.48%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9B520 (or 0xB9B520) is known color: Earls Green. HEX triplet: B9, B5 and 20. RGB value is (185,181,32). Sum of RGB (Red+Green+Blue) = 185+181+32=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B520 is #464ADF. Grayscale: #A5A5A5. Windows color (decimal): -4606688 or 2143673. OLE color: 2143673.

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

Color convert

RGB 185 181 32 -
CMYK 0 0.02 0.83 0.27
HSL 58.43º 0.71% 0.43% -
HSV(B) 58.43º 0.83% 0.73% -
XYZ 36.79 43.47 7.82 -
YUV 165.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 185 181 32 0 0.02 0.83 0.27 58.43 0.71 0.43
Hex B9 B5 20 0 2 53 1B 3A 47 2B
Octal 271 265 40 0 2 123 33 72 107 53
Binary 10111001 10110101 100000 0 10 1010011 11011 111010 1000111 101011

Color Harmonies of #B9B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B520

Black with #B9B520

Text Example


Text Example

White with #B9B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B520; }

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

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

background-color css

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

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

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

border-color css

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

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

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