#B8A52D

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

Shades of Earls Green #B8A52D

Tints of Earls Green #B8A52D

Color information

#B8A52D (or 0xB8A52D) is unknown color: approx Earls Green. HEX triplet: B8, A5 and 2D. RGB value is (184,165,45). Sum of RGB (Red+Green+Blue) = 184+165+45=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A52D is #475AD2. Grayscale: #9D9D9D. Windows color (decimal): -4676307 or 2991544. OLE color: 2991544.

HSL color Cylindrical-coordinate representation of color #B8A52D: hue angle of 51.8º 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 #B8A52D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB18416545-
CMYK00.100.760.28
HSL51.8º60.7%44.9%-
HSV(B)51.8º75.54%72.16%-
XYZ33.737.297.9-
YUV15764.79147.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=46.70%
G=41.88%
B=11.42%

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
Decimal1841654500.100.760.2851.860.744.9
HexB8A52D0A4C1C343d2d
Octal2702455501211434647555
Binary101110001010010110110101010100110011100110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A52D; }

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

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

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

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

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

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

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

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