#BAB25B

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

Shades of Olive Green #BAB25B

Tints of Olive Green #BAB25B

Color information

#BAB25B (or 0xBAB25B) is unknown color: approx Olive Green. HEX triplet: BA, B2 and 5B. RGB value is (186,178,91). Sum of RGB (Red+Green+Blue) = 186+178+91=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB25B is #454DA4. Grayscale: #AAAAAA. Windows color (decimal): -4541861 or 6009530. OLE color: 6009530.

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

Color convert

RGB18617891-
CMYK00.040.510.27
HSL54.95º40.77%54.31%-
HSV(B)54.95º51.08%72.94%-
XYZ38.0643.0416.2-
YUV170.4783.15139.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 91 (35.94% from 255) = 20%
R=40.88%
G=39.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861789100.040.510.2754.9540.7754.31
HexBAB25B04331B372936
Octal272262133046333675166
Binary10111010101100101011011010011001111011110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB25B; }

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

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

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

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

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

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

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

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