#B8AB1F

Color #B8AB1F Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B8AB1F

Tints of Earls Green #B8AB1F

Color information

#B8AB1F (or 0xB8AB1F) is unknown color: approx Earls Green. HEX triplet: B8, AB and 1F. RGB value is (184,171,31). Sum of RGB (Red+Green+Blue) = 184+171+31=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB1F is #4754E0. Grayscale: #9F9F9F. Windows color (decimal): -4674785 or 2075576. OLE color: 2075576.

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

Color convert

RGB18417131-
CMYK00.070.830.28
HSL54.9º71.16%42.16%-
HSV(B)54.9º83.15%72.16%-
XYZ34.5839.427.08-
YUV158.9355.81145.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 31 (12.5% from 255) = 8.03%
R=47.67%
G=44.30%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841713100.070.830.2854.971.1642.16
HexB8AB1F07531C37472a
Octal2702533707123346710752
Binary10111000101010111111101111010011111001101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AB1F; }

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

 H1.HeaderClassName
 {
   color: #B8AB1F;
 }
 .AnyTagClassName
 {
   color: #B8AB1F;
 }
</style>
background-color css

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

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

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

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

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

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