#95BA80

Color #95BA80 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #95BA80

Tints of Olivine #95BA80

Color information

#95BA80 (or 0x95BA80) is unknown color: approx Olivine. HEX triplet: 95, BA and 80. RGB value is (149,186,128). Sum of RGB (Red+Green+Blue) = 149+186+128=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA80 is #6A457F. Grayscale: #A8A8A8. Windows color (decimal): -6964608 or 8436373. OLE color: 8436373.

HSL color Cylindrical-coordinate representation of color #95BA80: hue angle of 98.28º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BA80 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB149186128-
CMYK0.2000.310.27
HSL98.28º29.59%61.57%-
HSV(B)98.28º31.18%72.94%-
XYZ33.8543.0726.95-
YUV168.32105.24114.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=32.18%
G=40.17%
B=27.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861280.2000.310.2798.2829.5961.57
Hex95BA801401F1B621e3e
Octal22527220024037331423676
Binary1001010110111010100000001010001111111011110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BA80; }

 p { color: rgb(149,186,128); }

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

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

 a { background-color: rgb(149,186,128); }

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

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

 span { border-color: rgb(149,186,128); }

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