#BAB253

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

Shades of Olive Green #BAB253

Tints of Olive Green #BAB253

Color information

#BAB253 (or 0xBAB253) is unknown color: approx Olive Green. HEX triplet: BA, B2 and 53. RGB value is (186,178,83). Sum of RGB (Red+Green+Blue) = 186+178+83=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB253 is #454DAC. Grayscale: #A9A9A9. Windows color (decimal): -4541869 or 5485242. OLE color: 5485242.

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

Color convert

RGB18617883-
CMYK00.040.550.27
HSL55.34º42.74%52.75%-
HSV(B)55.34º55.38%72.94%-
XYZ37.7342.914.48-
YUV169.5679.15139.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 83 (32.81% from 255) = 18.57%
R=41.61%
G=39.82%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861788300.040.550.2755.3442.7452.75
HexBAB25304371B372b35
Octal272262123046733675365
Binary10111010101100101010011010011011111011110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB253; }

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

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

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

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

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

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

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

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