#BAB251

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

Shades of Olive Green #BAB251

Tints of Olive Green #BAB251

Color information

#BAB251 (or 0xBAB251) is unknown color: approx Olive Green. HEX triplet: BA, B2 and 51. RGB value is (186,178,81). Sum of RGB (Red+Green+Blue) = 186+178+81=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB251 is #454DAE. Grayscale: #A9A9A9. Windows color (decimal): -4541871 or 5354170. OLE color: 5354170.

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

Color convert

RGB18617881-
CMYK00.040.560.27
HSL55.43º43.21%52.35%-
HSV(B)55.43º56.45%72.94%-
XYZ37.6642.8714.08-
YUV169.3378.15139.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 18.20%
R=41.80%
G=40%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861788100.040.560.2755.4343.2152.35
HexBAB25104381B372b34
Octal272262121047033675364
Binary10111010101100101010001010011100011011110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB251; }

 p { color: rgb(186,178,81); }

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

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

 a { background-color: rgb(186,178,81); }

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

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

 span { border-color: rgb(186,178,81); }

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