#95C166

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

Shades of Olivine #95C166

Tints of Olivine #95C166

Color information

#95C166 (or 0x95C166) is unknown color: approx Olivine. HEX triplet: 95, C1 and 66. RGB value is (149,193,102). Sum of RGB (Red+Green+Blue) = 149+193+102=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #95C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C166 is #6A3E99. Grayscale: #A9A9A9. Windows color (decimal): -6962842 or 6734229. OLE color: 6734229.

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

Color convert

RGB149193102-
CMYK0.2300.470.24
HSL89.01º42.33%57.84%-
HSV(B)89.01º47.15%75.69%-
XYZ33.8645.4919.57-
YUV169.4789.92113.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=33.56%
G=43.47%
B=22.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931020.2300.470.2489.0142.3357.84
Hex95C1661702F18592a3a
Octal22530114627057301315272
Binary10010101110000011100110101110101111110001011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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