#B8A421

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

Shades of Earls Green #B8A421

Tints of Earls Green #B8A421

Color information

#B8A421 (or 0xB8A421) is unknown color: approx Earls Green. HEX triplet: B8, A4 and 21. RGB value is (184,164,33). Sum of RGB (Red+Green+Blue) = 184+164+33=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A421 is #475BDE. Grayscale: #9B9B9B. Windows color (decimal): -4676575 or 2204856. OLE color: 2204856.

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

Color convert

RGB18416433-
CMYK00.110.820.28
HSL52.05º69.59%42.55%-
HSV(B)52.05º82.07%72.16%-
XYZ33.3236.856.8-
YUV155.0559.13148.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=48.29%
G=43.04%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841643300.110.820.2852.0569.5942.55
HexB8A4210B521C34462b
Octal27024441013122346410653
Binary1011100010100100100001010111010010111001101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A421; }

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

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

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

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

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

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

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

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