#96C15C

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

Shades of Olivine #96C15C

Tints of Olivine #96C15C

Color information

#96C15C (or 0x96C15C) is unknown color: approx Olivine. HEX triplet: 96, C1 and 5C. RGB value is (150,193,92). Sum of RGB (Red+Green+Blue) = 150+193+92=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #96C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C15C is #693EA3. Grayscale: #A8A8A8. Windows color (decimal): -6897316 or 6078870. OLE color: 6078870.

HSL color Cylindrical-coordinate representation of color #96C15C: hue angle of 85.54º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96C15C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB15019392-
CMYK0.2200.520.24
HSL85.54º44.89%55.88%-
HSV(B)85.54º52.33%75.69%-
XYZ33.5845.417.12-
YUV168.6384.75114.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=34.48%
G=44.37%
B=21.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150193920.2200.520.2485.5444.8955.88
Hex96C15C1603418562d38
Octal22630113426064301265570
Binary10010110110000011011100101100110100110001010110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,92); }

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

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

 a { background-color: rgb(150,193,92); }

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

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

 span { border-color: rgb(150,193,92); }

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