#BAB652

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

Shades of Olive Green #BAB652

Tints of Olive Green #BAB652

Color information

#BAB652 (or 0xBAB652) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 52. RGB value is (186,182,82). Sum of RGB (Red+Green+Blue) = 186+182+82=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB652 is #4549AD. Grayscale: #ACACAC. Windows color (decimal): -4540846 or 5420730. OLE color: 5420730.

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

Color convert

RGB18618282-
CMYK00.020.560.27
HSL57.69º42.98%52.55%-
HSV(B)57.69º55.91%72.94%-
XYZ38.544.514.54-
YUV171.877.33138.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=41.33%
G=40.44%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861828200.020.560.2757.6942.9852.55
HexBAB65202381B3a2b35
Octal272266122027033725365
Binary1011101010110110101001001011100011011111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB652; }

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

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

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

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

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

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

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

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