Html Css Color HEX #B9AB13 Earls Green

📋 copy color: '#B9AB13'

red 185 ◦ green 171 ◦ blue 19

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

Shades of Earls Green #B9AB13

Tints of Earls Green #B9AB13

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.6%

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 49.33%
G = 45.6%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9AB13 (or 0xB9AB13) is known color: Earls Green. HEX triplet: B9, AB and 13. RGB value is (185,171,19). Sum of RGB (Red+Green+Blue) = 185+171+19=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AB13 is #4654EC. Grayscale: #9E9E9E. Windows color (decimal): -4609261 or 1289145. OLE color: 1289145.

HSL color Cylindrical-coordinate representation of color #B9AB13: hue angle of 54.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9AB13 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 19 -
CMYK 0 0.08 0.90 0.27
HSL 54.94º 0.81% 0.4% -
HSV(B) 54.94º 0.9% 0.73% -
XYZ 34.69 39.49 6.41 -
YUV 157.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 185 171 19 0 0.08 0.90 0.27 54.94 0.81 0.4
Hex B9 AB 13 0 8 5A 1B 37 51 28
Octal 271 253 23 0 10 132 33 67 121 50
Binary 10111001 10101011 10011 0 1000 1011010 11011 110111 1010001 101000

Color Harmonies of #B9AB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB13

Black with #B9AB13

Text Example


Text Example

White with #B9AB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB13; }

 p { color: rgb(185,171,19); }

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

background-color css

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

 a { background-color: rgb(185,171,19); }

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

border-color css

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

 span { border-color: rgb(185,171,19); }

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