#b8b018

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

Shades of Earls Green #B8B018

Tints of Earls Green #B8B018

Color information

#B8B018 (or 0xB8B018) is unknown color: approx Earls Green. HEX triplet: B8, B0 and 18. RGB value is (184,176,24). Sum of RGB (Red+Green+Blue) = 184+176+24=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8B018 is #474FE7. Grayscale: #A1A1A1. Windows color (decimal): -4673512 or 1618104. OLE color: 1618104.

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

Color convert

RGB18417624-
CMYK00.040.870.28
HSL57º76.92%40.78%-
HSV(B)57º86.96%72.16%-
XYZ35.4641.316.97-
YUV161.0650.65144.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 24 (9.77% from 255) = 6.25%
R=47.92%
G=45.83%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841762400.040.870.285776.9240.78
HexB8B01804571C394d29
Octal2702603004127347111551
Binary10111000101100001100001001010111111001110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b018; }

 p { color: rgb(184,176,24); }

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

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

 a { background-color: rgb(184,176,24); }

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

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

 span { border-color: rgb(184,176,24); }

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