#B4AE27

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

Shades of Earls Green #B4AE27

Tints of Earls Green #B4AE27

Color information

#B4AE27 (or 0xB4AE27) is unknown color: approx Earls Green. HEX triplet: B4, AE and 27. RGB value is (180,174,39). Sum of RGB (Red+Green+Blue) = 180+174+39=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE27 is #4B51D8. Grayscale: #A0A0A0. Windows color (decimal): -4936153 or 2600628. OLE color: 2600628.

HSL color Cylindrical-coordinate representation of color #B4AE27: hue angle of 57.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4AE27 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18017439-
CMYK00.030.780.29
HSL57.45º64.38%42.94%-
HSV(B)57.45º78.33%70.59%-
XYZ34.3240.127.85-
YUV160.459.49141.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 39 (15.62% from 255) = 9.92%
R=45.80%
G=44.27%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801743900.030.780.2957.4564.3842.94
HexB4AE27034E1D39402b
Octal2642564703116357110053
Binary10110100101011101001110111001110111011110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE27; }

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

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

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

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

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

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

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

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