Html Css Color HEX #B9AB15 Earls Green

📋 copy color: '#B9AB15'

red 185 ◦ green 171 ◦ blue 21

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

Shades of Earls Green #B9AB15

Tints of Earls Green #B9AB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 49.07%
G = 45.36%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B9AB15 (or 0xB9AB15) is known color: Earls Green. HEX triplet: B9, AB and 15. RGB value is (185,171,21). Sum of RGB (Red+Green+Blue) = 185+171+21=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AB15 is #4654EA. Grayscale: #9E9E9E. Windows color (decimal): -4609259 or 1420217. OLE color: 1420217.

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

Color convert

RGB 185 171 21 -
CMYK 0 0.08 0.89 0.27
HSL 54.88º 0.8% 0.4% -
HSV(B) 54.88º 0.89% 0.73% -
XYZ 34.71 39.49 6.5 -
YUV 158.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 185 171 21 0 0.08 0.89 0.27 54.88 0.8 0.4
Hex B9 AB 15 0 8 59 1B 37 50 28
Octal 271 253 25 0 10 131 33 67 120 50
Binary 10111001 10101011 10101 0 1000 1011001 11011 110111 1010000 101000

Color Harmonies of #B9AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB15

Black with #B9AB15

Text Example


Text Example

White with #B9AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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