#96C458

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

Shades of Olivine #96C458

Tints of Olivine #96C458

Color information

#96C458 (or 0x96C458) is unknown color: approx Olivine. HEX triplet: 96, C4 and 58. RGB value is (150,196,88). Sum of RGB (Red+Green+Blue) = 150+196+88=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #96C458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C458 is #693BA7. Grayscale: #AAAAAA. Windows color (decimal): -6896552 or 5817494. OLE color: 5817494.

HSL color Cylindrical-coordinate representation of color #96C458: hue angle of 85.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96C458 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB15019688-
CMYK0.2300.550.23
HSL85.56º47.79%55.69%-
HSV(B)85.56º55.1%76.86%-
XYZ34.0846.6716.44-
YUV169.9381.76113.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 196 (76.95% from 255) = 45.16%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=34.56%
G=45.16%
B=20.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196880.2300.550.2385.5647.7955.69
Hex96C4581703717563038
Octal22630413027067271266070
Binary10010110110001001011000101110110111101111010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,196,88); }

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

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

 a { background-color: rgb(150,196,88); }

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

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

 span { border-color: rgb(150,196,88); }

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