#95C55D

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

Shades of Olivine #95C55D

Tints of Olivine #95C55D

Color information

#95C55D (or 0x95C55D) is unknown color: approx Olivine. HEX triplet: 95, C5 and 5D. RGB value is (149,197,93). Sum of RGB (Red+Green+Blue) = 149+197+93=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #95C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C55D is #6A3AA2. Grayscale: #ABABAB. Windows color (decimal): -6961827 or 6145429. OLE color: 6145429.

HSL color Cylindrical-coordinate representation of color #95C55D: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95C55D is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB14919793-
CMYK0.2400.530.23
HSL87.69º47.27%56.86%-
HSV(B)87.69º52.79%77.25%-
XYZ34.3447.1117.64-
YUV170.7984.1112.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=33.94%
G=44.87%
B=21.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149197930.2400.530.2387.6947.2756.86
Hex95C55D1803517582f39
Octal22530513530065271305771
Binary10010101110001011011101110000110101101111011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,197,93); }

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

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

 a { background-color: rgb(149,197,93); }

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

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

 span { border-color: rgb(149,197,93); }

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