#B8A611

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

Shades of Earls Green #B8A611

Tints of Earls Green #B8A611

Color information

#B8A611 (or 0xB8A611) is unknown color: approx Earls Green. HEX triplet: B8, A6 and 11. RGB value is (184,166,17). Sum of RGB (Red+Green+Blue) = 184+166+17=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A611 is #4759EE. Grayscale: #9B9B9B. Windows color (decimal): -4676079 or 1156792. OLE color: 1156792.

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

Color convert

RGB18416617-
CMYK00.100.910.28
HSL53.53º83.08%39.41%-
HSV(B)53.53º90.76%72.16%-
XYZ33.537.56-
YUV154.450.46149.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 17 (7.03% from 255) = 4.63%
R=50.14%
G=45.23%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841661700.100.910.2853.5383.0839.41
HexB8A6110A5B1C365327
Octal27024621012133346612347
Binary101110001010011010001010101011011111001101101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A611; }

 p { color: rgb(184,166,17); }

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

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

 a { background-color: rgb(184,166,17); }

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

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

 span { border-color: rgb(184,166,17); }

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