#95C56C

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

Shades of Olivine #95C56C

Tints of Olivine #95C56C

Color information

#95C56C (or 0x95C56C) is unknown color: approx Olivine. HEX triplet: 95, C5 and 6C. RGB value is (149,197,108). Sum of RGB (Red+Green+Blue) = 149+197+108=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #95C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C56C is #6A3A93. Grayscale: #ACACAC. Windows color (decimal): -6961812 or 7128469. OLE color: 7128469.

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

Color convert

RGB149197108-
CMYK0.2400.450.23
HSL92.36º43.41%59.8%-
HSV(B)92.36º45.18%77.25%-
XYZ35.0747.421.49-
YUV172.591.6111.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=32.82%
G=43.39%
B=23.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971080.2400.450.2392.3643.4159.8
Hex95C56C1802D175c2b3c
Octal22530515430055271345374
Binary10010101110001011101100110000101101101111011100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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