#96C261

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

Shades of Olivine #96C261

Tints of Olivine #96C261

Color information

#96C261 (or 0x96C261) is unknown color: approx Olivine. HEX triplet: 96, C2 and 61. RGB value is (150,194,97). Sum of RGB (Red+Green+Blue) = 150+194+97=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #96C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C261 is #693D9E. Grayscale: #AAAAAA. Windows color (decimal): -6897055 or 6406806. OLE color: 6406806.

HSL color Cylindrical-coordinate representation of color #96C261: hue angle of 87.22º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96C261 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB15019497-
CMYK0.2300.500.24
HSL87.22º44.29%57.06%-
HSV(B)87.22º50%76.08%-
XYZ34.0345.9318.38-
YUV169.7986.92113.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 194 (76.17% from 255) = 43.99%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=34.01%
G=43.99%
B=22.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150194970.2300.500.2487.2244.2957.06
Hex96C2611703218572c39
Octal22630214127062301275471
Binary10010110110000101100001101110110010110001010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C261; }

 p { color: rgb(150,194,97); }

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

<style>
 a { background-color: #96C261; }

 a { background-color: rgb(150,194,97); }

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

<style>
 span { border-color: #96C261; }

 span { border-color: rgb(150,194,97); }

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