Html Css Color HEX #B9AB18 Earls Green

📋 copy color: '#B9AB18'

red 185 ◦ green 171 ◦ blue 24

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

Shades of Earls Green #B9AB18

Tints of Earls Green #B9AB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.32%

R = 48.68%
G = 45%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B9AB18 (or 0xB9AB18) is known color: Earls Green. HEX triplet: B9, AB and 18. RGB value is (185,171,24). Sum of RGB (Red+Green+Blue) = 185+171+24=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AB18 is #4654E7. Grayscale: #9F9F9F. Windows color (decimal): -4609256 or 1616825. OLE color: 1616825.

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

Color convert

RGB 185 171 24 -
CMYK 0 0.08 0.87 0.27
HSL 54.78º 0.77% 0.41% -
HSV(B) 54.78º 0.87% 0.73% -
XYZ 34.74 39.51 6.66 -
YUV 158.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 185 171 24 0 0.08 0.87 0.27 54.78 0.77 0.41
Hex B9 AB 18 0 8 57 1B 37 4D 29
Octal 271 253 30 0 10 127 33 67 115 51
Binary 10111001 10101011 11000 0 1000 1010111 11011 110111 1001101 101001

Color Harmonies of #B9AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB18

Black with #B9AB18

Text Example


Text Example

White with #B9AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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