#B4AE1E

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

Shades of Earls Green #B4AE1E

Tints of Earls Green #B4AE1E

Color information

#B4AE1E (or 0xB4AE1E) is unknown color: approx Earls Green. HEX triplet: B4, AE and 1E. RGB value is (180,174,30). Sum of RGB (Red+Green+Blue) = 180+174+30=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AE1E is #4B51E1. Grayscale: #9F9F9F. Windows color (decimal): -4936162 or 2010804. OLE color: 2010804.

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

Color convert

RGB18017430-
CMYK00.030.830.29
HSL57.6º71.43%41.18%-
HSV(B)57.6º83.33%70.59%-
XYZ34.1940.077.16-
YUV159.3854.99142.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=46.88%
G=45.31%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801743000.030.830.2957.671.4341.18
HexB4AE1E03531D3a4729
Octal2642563603123357210751
Binary1011010010101110111100111010011111011110101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE1E; }

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

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

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

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

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

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

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

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