#BAAF52

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

Shades of Olive Green #BAAF52

Tints of Olive Green #BAAF52

Color information

#BAAF52 (or 0xBAAF52) is unknown color: approx Olive Green. HEX triplet: BA, AF and 52. RGB value is (186,175,82). Sum of RGB (Red+Green+Blue) = 186+175+82=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF52 is #4550AD. Grayscale: #A8A8A8. Windows color (decimal): -4542638 or 5418938. OLE color: 5418938.

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

Color convert

RGB18617582-
CMYK00.060.560.27
HSL53.65º42.98%52.55%-
HSV(B)53.65º55.91%72.94%-
XYZ37.141.7114.08-
YUV167.6979.64141.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=41.99%
G=39.50%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861758200.060.560.2753.6542.9852.55
HexBAAF5206381B362b35
Octal272257122067033665365
Binary10111010101011111010010011011100011011110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF52; }

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

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

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

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

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

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

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

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