#BABB59

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

Shades of Olive Green #BABB59

Tints of Olive Green #BABB59

Color information

#BABB59 (or 0xBABB59) is unknown color: approx Olive Green. HEX triplet: BA, BB and 59. RGB value is (186,187,89). Sum of RGB (Red+Green+Blue) = 186+187+89=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB59 is #4544A6. Grayscale: #AFAFAF. Windows color (decimal): -4539559 or 5880762. OLE color: 5880762.

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

Color convert

RGB18618789-
CMYK0.0100.520.27
HSL60.61º41.88%54.12%-
HSV(B)60.61º52.41%73.33%-
XYZ39.8246.716.37-
YUV175.5379.17135.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=40.26%
G=40.48%
B=19.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187890.0100.520.2760.6141.8854.12
HexBABB5910341B3d2a36
Octal272273131106433755266
Binary101110101011101110110011011010011011111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB59; }

 p { color: rgb(186,187,89); }

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

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

 a { background-color: rgb(186,187,89); }

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

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

 span { border-color: rgb(186,187,89); }

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