#baaf31

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

Shades of Earls Green #BAAF31

Tints of Earls Green #BAAF31

Color information

#BAAF31 (or 0xBAAF31) is unknown color: approx Earls Green. HEX triplet: BA, AF and 31. RGB value is (186,175,49). Sum of RGB (Red+Green+Blue) = 186+175+49=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF31 is #4550CE. Grayscale: #A4A4A4. Windows color (decimal): -4542671 or 3256250. OLE color: 3256250.

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

Color convert

RGB18617549-
CMYK00.060.740.27
HSL55.18º58.3%46.08%-
HSV(B)55.18º73.66%72.94%-
XYZ36.1341.328.98-
YUV163.9263.14143.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 49 (19.53% from 255) = 11.95%
R=45.37%
G=42.68%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861754900.060.740.2755.1858.346.08
HexBAAF31064A1B373a2e
Octal272257610611233677256
Binary10111010101011111100010110100101011011110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baaf31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baaf31; }

 p { color: rgb(186,175,49); }

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

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

 a { background-color: rgb(186,175,49); }

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

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

 span { border-color: rgb(186,175,49); }

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