#B4A421

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

Shades of Earls Green #B4A421

Tints of Earls Green #B4A421

Color information

#B4A421 (or 0xB4A421) is unknown color: approx Earls Green. HEX triplet: B4, A4 and 21. RGB value is (180,164,33). Sum of RGB (Red+Green+Blue) = 180+164+33=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A421 is #4B5BDE. Grayscale: #9A9A9A. Windows color (decimal): -4938719 or 2204852. OLE color: 2204852.

HSL color Cylindrical-coordinate representation of color #B4A421: hue angle of 53.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4A421 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18016433-
CMYK00.090.820.29
HSL53.47º69.01%41.76%-
HSV(B)53.47º81.67%70.59%-
XYZ32.3736.366.75-
YUV153.8559.8146.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 33 (13.28% from 255) = 8.75%
R=47.75%
G=43.50%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801643300.090.820.2953.4769.0141.76
HexB4A42109521D35452a
Octal26424441011122356510552
Binary1011010010100100100001010011010010111011101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A421; }

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

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

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

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

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

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

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

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