#BAAE23

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

Shades of Earls Green #BAAE23

Tints of Earls Green #BAAE23

Color information

#BAAE23 (or 0xBAAE23) is unknown color: approx Earls Green. HEX triplet: BA, AE and 23. RGB value is (186,174,35). Sum of RGB (Red+Green+Blue) = 186+174+35=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE23 is #4551DC. Grayscale: #A2A2A2. Windows color (decimal): -4542941 or 2338490. OLE color: 2338490.

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

Color convert

RGB18617435-
CMYK00.060.810.27
HSL55.23º68.33%43.33%-
HSV(B)55.23º81.18%72.94%-
XYZ35.6940.837.59-
YUV161.7456.48145.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 35 (14.06% from 255) = 8.86%
R=47.09%
G=44.05%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861743500.060.810.2755.2368.3343.33
HexBAAE2306511B37442b
Octal2722564306121336710453
Binary101110101010111010001101101010001110111101111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE23; }

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

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

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

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

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

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

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

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