#95C16C

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

Shades of Olivine #95C16C

Tints of Olivine #95C16C

Color information

#95C16C (or 0x95C16C) is unknown color: approx Olivine. HEX triplet: 95, C1 and 6C. RGB value is (149,193,108). Sum of RGB (Red+Green+Blue) = 149+193+108=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #95C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C16C is #6A3E93. Grayscale: #AAAAAA. Windows color (decimal): -6962836 or 7127445. OLE color: 7127445.

HSL color Cylindrical-coordinate representation of color #95C16C: hue angle of 91.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95C16C is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB149193108-
CMYK0.2300.440.24
HSL91.06º40.67%59.02%-
HSV(B)91.06º44.04%75.69%-
XYZ34.1745.6121.19-
YUV170.1592.92112.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 108 (42.58% from 255) = 24%
R=33.11%
G=42.89%
B=24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931080.2300.440.2491.0640.6759.02
Hex95C16C1702C185b293b
Octal22530115427054301335173
Binary10010101110000011101100101110101100110001011011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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