#B8A021

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

Shades of Earls Green #B8A021

Tints of Earls Green #B8A021

Color information

#B8A021 (or 0xB8A021) is unknown color: approx Earls Green. HEX triplet: B8, A0 and 21. RGB value is (184,160,33). Sum of RGB (Red+Green+Blue) = 184+160+33=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A021 is #475FDE. Grayscale: #999999. Windows color (decimal): -4677599 or 2203832. OLE color: 2203832.

HSL color Cylindrical-coordinate representation of color #B8A021: hue angle of 50.46º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8A021 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18416033-
CMYK00.130.820.28
HSL50.46º69.59%42.55%-
HSV(B)50.46º82.07%72.16%-
XYZ32.6135.446.56-
YUV152.760.45150.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 33 (13.28% from 255) = 8.75%
R=48.81%
G=42.44%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841603300.130.820.2850.4669.5942.55
HexB8A0210D521C32462b
Octal27024041015122346210653
Binary1011100010100000100001011011010010111001100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A021; }

 p { color: rgb(184,160,33); }

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

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

 a { background-color: rgb(184,160,33); }

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

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

 span { border-color: rgb(184,160,33); }

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