#95C35D

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

Shades of Olivine #95C35D

Tints of Olivine #95C35D

Color information

#95C35D (or 0x95C35D) is unknown color: approx Olivine. HEX triplet: 95, C3 and 5D. RGB value is (149,195,93). Sum of RGB (Red+Green+Blue) = 149+195+93=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #95C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C35D is #6A3CA2. Grayscale: #A9A9A9. Windows color (decimal): -6962339 or 6144917. OLE color: 6144917.

HSL color Cylindrical-coordinate representation of color #95C35D: hue angle of 87.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95C35D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB14919593-
CMYK0.2400.520.24
HSL87.06º45.95%56.47%-
HSV(B)87.06º52.31%76.47%-
XYZ33.8946.2117.49-
YUV169.6284.76113.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=34.10%
G=44.62%
B=21.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195930.2400.520.2487.0645.9556.47
Hex95C35D1803418572e38
Octal22530313530064301275670
Binary10010101110000111011101110000110100110001010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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