Html Css Color HEX #B9AB16 Earls Green

📋 copy color: '#B9AB16'

red 185 ◦ green 171 ◦ blue 22

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

Shades of Earls Green #B9AB16

Tints of Earls Green #B9AB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 48.94%
G = 45.24%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B9AB16 (or 0xB9AB16) is known color: Earls Green. HEX triplet: B9, AB and 16. RGB value is (185,171,22). Sum of RGB (Red+Green+Blue) = 185+171+22=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AB16 is #4654E9. Grayscale: #9E9E9E. Windows color (decimal): -4609258 or 1485753. OLE color: 1485753.

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

Color convert

RGB 185 171 22 -
CMYK 0 0.08 0.88 0.27
HSL 54.85º 0.79% 0.41% -
HSV(B) 54.85º 0.88% 0.73% -
XYZ 34.72 39.5 6.55 -
YUV 158.2 51.14 147.12 -
System Red Green Blue C M Y K H S L
Decimal 185 171 22 0 0.08 0.88 0.27 54.85 0.79 0.41
Hex B9 AB 16 0 8 58 1B 37 4F 29
Octal 271 253 26 0 10 130 33 67 117 51
Binary 10111001 10101011 10110 0 1000 1011000 11011 110111 1001111 101001

Color Harmonies of #B9AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB16

Black with #B9AB16

Text Example


Text Example

White with #B9AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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