#95B982

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

Shades of Olivine #95B982

Tints of Olivine #95B982

Color information

#95B982 (or 0x95B982) is unknown color: approx Olivine. HEX triplet: 95, B9 and 82. RGB value is (149,185,130). Sum of RGB (Red+Green+Blue) = 149+185+130=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #95B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B982 is #6A467D. Grayscale: #A8A8A8. Windows color (decimal): -6964862 or 8567189. OLE color: 8567189.

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

Color convert

RGB149185130-
CMYK0.1900.300.27
HSL99.27º28.21%61.76%-
HSV(B)99.27º29.73%72.55%-
XYZ33.7742.727.58-
YUV167.97106.57114.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=32.11%
G=39.87%
B=28.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851300.1900.300.2799.2728.2161.76
Hex95B9821301E1B631c3e
Octal22527120223036331433476
Binary1001010110111001100000101001101111011011110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,130); }

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

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

 a { background-color: rgb(149,185,130); }

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

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

 span { border-color: rgb(149,185,130); }

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