#BAB25A

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

Shades of Olive Green #BAB25A

Tints of Olive Green #BAB25A

Color information

#BAB25A (or 0xBAB25A) is unknown color: approx Olive Green. HEX triplet: BA, B2 and 5A. RGB value is (186,178,90). Sum of RGB (Red+Green+Blue) = 186+178+90=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB25A is #454DA5. Grayscale: #AAAAAA. Windows color (decimal): -4541862 or 5943994. OLE color: 5943994.

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

Color convert

RGB18617890-
CMYK00.040.520.27
HSL55º41.03%54.12%-
HSV(B)55º51.61%72.94%-
XYZ38.0243.0215.97-
YUV170.3682.65139.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 90 (35.55% from 255) = 19.82%
R=40.97%
G=39.21%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861789000.040.520.275541.0354.12
HexBAB25A04341B372936
Octal272262132046433675166
Binary10111010101100101011010010011010011011110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB25A; }

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

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

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

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

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

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

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

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