#BAB65B

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

Shades of Olive Green #BAB65B

Tints of Olive Green #BAB65B

Color information

#BAB65B (or 0xBAB65B) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 5B. RGB value is (186,182,91). Sum of RGB (Red+Green+Blue) = 186+182+91=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB65B is #4549A4. Grayscale: #ADADAD. Windows color (decimal): -4540837 or 6010554. OLE color: 6010554.

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

Color convert

RGB18618291-
CMYK00.020.510.27
HSL57.47º40.77%54.31%-
HSV(B)57.47º51.08%72.94%-
XYZ38.8744.6516.47-
YUV172.8281.83137.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=40.52%
G=39.65%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861829100.020.510.2757.4740.7754.31
HexBAB65B02331B392936
Octal272266133026333715166
Binary1011101010110110101101101011001111011111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB65B; }

 p { color: rgb(186,182,91); }

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

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

 a { background-color: rgb(186,182,91); }

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

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

 span { border-color: rgb(186,182,91); }

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