#BAAE27

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

Shades of Earls Green #BAAE27

Tints of Earls Green #BAAE27

Color information

#BAAE27 (or 0xBAAE27) is unknown color: approx Earls Green. HEX triplet: BA, AE and 27. RGB value is (186,174,39). Sum of RGB (Red+Green+Blue) = 186+174+39=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE27 is #4551D8. Grayscale: #A2A2A2. Windows color (decimal): -4542937 or 2600634. OLE color: 2600634.

HSL color Cylindrical-coordinate representation of color #BAAE27: hue angle of 55.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAAE27 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18617439-
CMYK00.060.790.27
HSL55.1º65.33%44.12%-
HSV(B)55.1º79.03%72.94%-
XYZ35.7540.867.92-
YUV162.258.48144.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 39 (15.62% from 255) = 9.77%
R=46.62%
G=43.61%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861743900.060.790.2755.165.3344.12
HexBAAE27064F1B37412c
Octal2722564706117336710154
Binary101110101010111010011101101001111110111101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE27; }

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

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

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

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

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

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

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

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