#B8A62D

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

Shades of Earls Green #B8A62D

Tints of Earls Green #B8A62D

Color information

#B8A62D (or 0xB8A62D) is unknown color: approx Earls Green. HEX triplet: B8, A6 and 2D. RGB value is (184,166,45). Sum of RGB (Red+Green+Blue) = 184+166+45=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A62D is #4759D2. Grayscale: #9E9E9E. Windows color (decimal): -4676051 or 2991800. OLE color: 2991800.

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

Color convert

RGB18416645-
CMYK00.100.760.28
HSL52.23º60.7%44.9%-
HSV(B)52.23º75.54%72.16%-
XYZ33.8837.657.96-
YUV157.5964.46146.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 45 (17.97% from 255) = 11.39%
R=46.58%
G=42.03%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841664500.100.760.2852.2360.744.9
HexB8A62D0A4C1C343d2d
Octal2702465501211434647555
Binary101110001010011010110101010100110011100110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A62D; }

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

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

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

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

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

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

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

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