Html Css Color HEX #B9A920 Earls Green

📋 copy color: '#B9A920'

red 185 ◦ green 169 ◦ blue 32

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

Shades of Earls Green #B9A920

Tints of Earls Green #B9A920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.78%

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

R = 47.93%
G = 43.78%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9A920 (or 0xB9A920) is known color: Earls Green. HEX triplet: B9, A9 and 20. RGB value is (185,169,32). Sum of RGB (Red+Green+Blue) = 185+169+32=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A920 is #4656DF. Grayscale: #9E9E9E. Windows color (decimal): -4609760 or 2140601. OLE color: 2140601.

HSL color Cylindrical-coordinate representation of color #B9A920: hue angle of 53.73º 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 #B9A920 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 32 -
CMYK 0 0.09 0.83 0.27
HSL 53.73º 0.71% 0.43% -
HSV(B) 53.73º 0.83% 0.73% -
XYZ 34.46 38.79 7.04 -
YUV 158.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 185 169 32 0 0.09 0.83 0.27 53.73 0.71 0.43
Hex B9 A9 20 0 9 53 1B 36 47 2B
Octal 271 251 40 0 11 123 33 66 107 53
Binary 10111001 10101001 100000 0 1001 1010011 11011 110110 1000111 101011

Color Harmonies of #B9A920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A920

Black with #B9A920

Text Example


Text Example

White with #B9A920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A920; }

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

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

background-color css

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

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

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

border-color css

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

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

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