#B8A80E

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

Shades of Earls Green #B8A80E

Tints of Earls Green #B8A80E

Color information

#B8A80E (or 0xB8A80E) is unknown color: approx Earls Green. HEX triplet: B8, A8 and 0E. RGB value is (184,168,14). Sum of RGB (Red+Green+Blue) = 184+168+14=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A80E is #4757F1. Grayscale: #9B9B9B. Windows color (decimal): -4675570 or 960696. OLE color: 960696.

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

Color convert

RGB18416814-
CMYK00.090.920.28
HSL54.35º85.86%38.82%-
HSV(B)54.35º92.39%72.16%-
XYZ33.8538.236.01-
YUV155.2348.3148.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 168 (66.02% from 255) = 45.90%
BLUE value IS 14 (5.86% from 255) = 3.83%
R=50.27%
G=45.90%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841681400.090.920.2854.3585.8638.82
HexB8A8E095C1C365627
Octal27025016011134346612647
Binary10111000101010001110010011011100111001101101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A80E; }

 p { color: rgb(184,168,14); }

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

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

 a { background-color: rgb(184,168,14); }

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

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

 span { border-color: rgb(184,168,14); }

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