#B8A221

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

Shades of Earls Green #B8A221

Tints of Earls Green #B8A221

Color information

#B8A221 (or 0xB8A221) is unknown color: approx Earls Green. HEX triplet: B8, A2 and 21. RGB value is (184,162,33). Sum of RGB (Red+Green+Blue) = 184+162+33=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A221 is #475DDE. Grayscale: #9A9A9A. Windows color (decimal): -4677087 or 2204344. OLE color: 2204344.

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

Color convert

RGB18416233-
CMYK00.120.820.28
HSL51.26º69.59%42.55%-
HSV(B)51.26º82.07%72.16%-
XYZ32.9636.146.68-
YUV153.8759.79149.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 33 (13.28% from 255) = 8.71%
R=48.55%
G=42.74%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841623300.120.820.2851.2669.5942.55
HexB8A2210C521C33462b
Octal27024241014122346310653
Binary1011100010100010100001011001010010111001100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A221; }

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

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

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

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

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

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

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

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