#BAB55C

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

Shades of Olive Green #BAB55C

Tints of Olive Green #BAB55C

Color information

#BAB55C (or 0xBAB55C) is unknown color: approx Olive Green. HEX triplet: BA, B5 and 5C. RGB value is (186,181,92). Sum of RGB (Red+Green+Blue) = 186+181+92=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55C is #454AA3. Grayscale: #ACACAC. Windows color (decimal): -4541092 or 6075834. OLE color: 6075834.

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

Color convert

RGB18618192-
CMYK00.030.510.27
HSL56.81º40.52%54.51%-
HSV(B)56.81º50.54%72.94%-
XYZ38.7144.2616.63-
YUV172.3582.66137.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 92 (36.33% from 255) = 20.04%
R=40.52%
G=39.43%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861819200.030.510.2756.8140.5254.51
HexBAB55C03331B392937
Octal272265134036333715167
Binary1011101010110101101110001111001111011111001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB55C; }

 p { color: rgb(186,181,92); }

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

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

 a { background-color: rgb(186,181,92); }

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

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

 span { border-color: rgb(186,181,92); }

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