#BABB61

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

Shades of Olive Green #BABB61

Tints of Olive Green #BABB61

Color information

#BABB61 (or 0xBABB61) is unknown color: approx Olive Green. HEX triplet: BA, BB and 61. RGB value is (186,187,97). Sum of RGB (Red+Green+Blue) = 186+187+97=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB61 is #45449E. Grayscale: #B0B0B0. Windows color (decimal): -4539551 or 6405050. OLE color: 6405050.

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

Color convert

RGB18618797-
CMYK0.0100.480.27
HSL60.67º39.82%55.69%-
HSV(B)60.67º48.13%73.33%-
XYZ40.1846.8418.23-
YUV176.4483.17134.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 97 (38.28% from 255) = 20.64%
R=39.57%
G=39.79%
B=20.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187970.0100.480.2760.6739.8255.69
HexBABB6110301B3d2838
Octal272273141106033755070
Binary101110101011101111000011011000011011111101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB61; }

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

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

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

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

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

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

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

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