#95C25D

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

Shades of Olivine #95C25D

Tints of Olivine #95C25D

Color information

#95C25D (or 0x95C25D) is unknown color: approx Olivine. HEX triplet: 95, C2 and 5D. RGB value is (149,194,93). Sum of RGB (Red+Green+Blue) = 149+194+93=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #95C25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C25D is #6A3DA2. Grayscale: #A9A9A9. Windows color (decimal): -6962595 or 6144661. OLE color: 6144661.

HSL color Cylindrical-coordinate representation of color #95C25D: hue angle of 86.73º degrees, saturation: 0.45, 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 #95C25D is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB14919493-
CMYK0.2300.520.24
HSL86.73º45.29%56.27%-
HSV(B)86.73º52.06%76.08%-
XYZ33.6645.7617.41-
YUV169.0385.09113.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 194 (76.17% from 255) = 44.50%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=34.17%
G=44.50%
B=21.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149194930.2300.520.2486.7345.2956.27
Hex95C25D1703418572d38
Octal22530213527064301275570
Binary10010101110000101011101101110110100110001010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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