#BAB450

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

Shades of Olive Green #BAB450

Tints of Olive Green #BAB450

Color information

#BAB450 (or 0xBAB450) is unknown color: approx Olive Green. HEX triplet: BA, B4 and 50. RGB value is (186,180,80). Sum of RGB (Red+Green+Blue) = 186+180+80=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB450 is #454BAF. Grayscale: #AAAAAA. Windows color (decimal): -4541360 or 5289146. OLE color: 5289146.

HSL color Cylindrical-coordinate representation of color #BAB450: hue angle of 56.6º 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 #BAB450 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18618080-
CMYK00.030.570.27
HSL56.6º43.44%52.16%-
HSV(B)56.6º56.99%72.94%-
XYZ38.0243.6614.01-
YUV170.3976.99139.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=41.70%
G=40.36%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861808000.030.570.2756.643.4452.16
HexBAB45003391B392b34
Octal272264120037133715364
Binary1011101010110100101000001111100111011111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB450; }

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

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

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

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

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

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

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

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