#B8AE12

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

Shades of Earls Green #B8AE12

Tints of Earls Green #B8AE12

Color information

#B8AE12 (or 0xB8AE12) is unknown color: approx Earls Green. HEX triplet: B8, AE and 12. RGB value is (184,174,18). Sum of RGB (Red+Green+Blue) = 184+174+18=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AE12 is #4751ED. Grayscale: #9F9F9F. Windows color (decimal): -4674030 or 1224376. OLE color: 1224376.

HSL color Cylindrical-coordinate representation of color #B8AE12: hue angle of 56.39º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8AE12 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18417418-
CMYK00.050.900.28
HSL56.39º82.18%39.61%-
HSV(B)56.39º90.22%72.16%-
XYZ35.0140.516.55-
YUV159.2148.31145.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 18 (7.42% from 255) = 4.79%
R=48.94%
G=46.28%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841741800.050.900.2856.3982.1839.61
HexB8AE12055A1C385228
Octal2702562205132347012250
Binary10111000101011101001001011011010111001110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE12; }

 p { color: rgb(184,174,18); }

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

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

 a { background-color: rgb(184,174,18); }

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

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

 span { border-color: rgb(184,174,18); }

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