#BAAF2B

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

Shades of Earls Green #BAAF2B

Tints of Earls Green #BAAF2B

Color information

#BAAF2B (or 0xBAAF2B) is unknown color: approx Earls Green. HEX triplet: BA, AF and 2B. RGB value is (186,175,43). Sum of RGB (Red+Green+Blue) = 186+175+43=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF2B is #4550D4. Grayscale: #A3A3A3. Windows color (decimal): -4542677 or 2863034. OLE color: 2863034.

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

Color convert

RGB18617543-
CMYK00.060.770.27
HSL55.38º62.45%44.9%-
HSV(B)55.38º76.88%72.94%-
XYZ36.0241.278.35-
YUV163.2460.14144.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 43 (17.19% from 255) = 10.64%
R=46.04%
G=43.32%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861754300.060.770.2755.3862.4544.9
HexBAAF2B064D1B373e2d
Octal272257530611533677655
Binary10111010101011111010110110100110111011110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF2B; }

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

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

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

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

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

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

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

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