Html Css Color HEX #B9A91C Earls Green

📋 copy color: '#B9A91C'

red 185 ◦ green 169 ◦ blue 28

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

Shades of Earls Green #B9A91C

Tints of Earls Green #B9A91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 48.43%
G = 44.24%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9A91C (or 0xB9A91C) is known color: Earls Green. HEX triplet: B9, A9 and 1C. RGB value is (185,169,28). Sum of RGB (Red+Green+Blue) = 185+169+28=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A91C is #4656E3. Grayscale: #9E9E9E. Windows color (decimal): -4609764 or 1878457. OLE color: 1878457.

HSL color Cylindrical-coordinate representation of color #B9A91C: hue angle of 53.89º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9A91C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 169 28 -
CMYK 0 0.09 0.85 0.27
HSL 53.89º 0.74% 0.42% -
HSV(B) 53.89º 0.85% 0.73% -
XYZ 34.41 38.77 6.77 -
YUV 157.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 185 169 28 0 0.09 0.85 0.27 53.89 0.74 0.42
Hex B9 A9 1C 0 9 55 1B 36 4A 2A
Octal 271 251 34 0 11 125 33 66 112 52
Binary 10111001 10101001 11100 0 1001 1010101 11011 110110 1001010 101010

Color Harmonies of #B9A91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A91C

Black with #B9A91C

Text Example


Text Example

White with #B9A91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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