#BAAE21

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

Shades of Earls Green #BAAE21

Tints of Earls Green #BAAE21

Color information

#BAAE21 (or 0xBAAE21) is unknown color: approx Earls Green. HEX triplet: BA, AE and 21. RGB value is (186,174,33). Sum of RGB (Red+Green+Blue) = 186+174+33=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE21 is #4551DE. Grayscale: #A2A2A2. Windows color (decimal): -4542943 or 2207418. OLE color: 2207418.

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

Color convert

RGB18617433-
CMYK00.060.820.27
HSL55.29º69.86%42.94%-
HSV(B)55.29º82.26%72.94%-
XYZ35.6640.827.44-
YUV161.5155.48145.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 174 (68.36% from 255) = 44.27%
BLUE value IS 33 (13.28% from 255) = 8.40%
R=47.33%
G=44.27%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861743300.060.820.2755.2969.8642.94
HexBAAE2106521B37462b
Octal2722564106122336710653
Binary101110101010111010000101101010010110111101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE21; }

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

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

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

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

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

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

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

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