#BAB650

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

Shades of Olive Green #BAB650

Tints of Olive Green #BAB650

Color information

#BAB650 (or 0xBAB650) is unknown color: approx Olive Green. HEX triplet: BA, B6 and 50. RGB value is (186,182,80). Sum of RGB (Red+Green+Blue) = 186+182+80=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB650 is #4549AF. Grayscale: #ABABAB. Windows color (decimal): -4540848 or 5289658. OLE color: 5289658.

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

Color convert

RGB18618280-
CMYK00.020.570.27
HSL57.74º43.44%52.16%-
HSV(B)57.74º56.99%72.94%-
XYZ38.4344.4714.15-
YUV171.5776.33138.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=41.52%
G=40.62%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861828000.020.570.2757.7443.4452.16
HexBAB65002391B3a2b34
Octal272266120027133725364
Binary1011101010110110101000001011100111011111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB650; }

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

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

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

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

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

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

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

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