Html Css Color HEX #B9AB1F Earls Green

📋 copy color: '#B9AB1F'

red 185 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #B9AB1F

Tints of Earls Green #B9AB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.01%

R = 47.8%
G = 44.19%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9AB1F (or 0xB9AB1F) is known color: Earls Green. HEX triplet: B9, AB and 1F. RGB value is (185,171,31). Sum of RGB (Red+Green+Blue) = 185+171+31=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB1F is #4654E0. Grayscale: #9F9F9F. Windows color (decimal): -4609249 or 2075577. OLE color: 2075577.

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

Color convert

RGB 185 171 31 -
CMYK 0 0.08 0.83 0.27
HSL 54.55º 0.71% 0.42% -
HSV(B) 54.55º 0.83% 0.73% -
XYZ 34.82 39.54 7.09 -
YUV 159.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 185 171 31 0 0.08 0.83 0.27 54.55 0.71 0.42
Hex B9 AB 1F 0 8 53 1B 37 47 2A
Octal 271 253 37 0 10 123 33 67 107 52
Binary 10111001 10101011 11111 0 1000 1010011 11011 110111 1000111 101010

Color Harmonies of #B9AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB1F

Black with #B9AB1F

Text Example


Text Example

White with #B9AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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