#BAB225

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

Shades of Earls Green #BAB225

Tints of Earls Green #BAB225

Color information

#BAB225 (or 0xBAB225) is unknown color: approx Earls Green. HEX triplet: BA, B2 and 25. RGB value is (186,178,37). Sum of RGB (Red+Green+Blue) = 186+178+37=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB225 is #454DDA. Grayscale: #A4A4A4. Windows color (decimal): -4541915 or 2470586. OLE color: 2470586.

HSL color Cylindrical-coordinate representation of color #BAB225: hue angle of 56.78º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB225 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18617837-
CMYK00.040.800.27
HSL56.78º66.82%43.73%-
HSV(B)56.78º80.11%72.94%-
XYZ36.542.418.01-
YUV164.3256.15143.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 37 (14.84% from 255) = 9.23%
R=46.38%
G=44.39%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861783700.040.800.2756.7866.8243.73
HexBAB22504501B39432c
Octal2722624504120337110354
Binary101110101011001010010101001010000110111110011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB225; }

 p { color: rgb(186,178,37); }

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

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

 a { background-color: rgb(186,178,37); }

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

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

 span { border-color: rgb(186,178,37); }

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