#B4AE21

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

Shades of Earls Green #B4AE21

Tints of Earls Green #B4AE21

Color information

#B4AE21 (or 0xB4AE21) is unknown color: approx Earls Green. HEX triplet: B4, AE and 21. RGB value is (180,174,33). Sum of RGB (Red+Green+Blue) = 180+174+33=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE21 is #4B51DE. Grayscale: #A0A0A0. Windows color (decimal): -4936159 or 2207412. OLE color: 2207412.

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

Color convert

RGB18017433-
CMYK00.030.820.29
HSL57.55º69.01%41.76%-
HSV(B)57.55º81.67%70.59%-
XYZ34.2340.097.37-
YUV159.7256.49142.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=46.51%
G=44.96%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801743300.030.820.2957.5569.0141.76
HexB4AE2103521D3a452a
Octal2642564103122357210552
Binary10110100101011101000010111010010111011110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE21; }

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

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

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

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

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

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

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

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