#96C164

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

Shades of Olivine #96C164

Tints of Olivine #96C164

Color information

#96C164 (or 0x96C164) is unknown color: approx Olivine. HEX triplet: 96, C1 and 64. RGB value is (150,193,100). Sum of RGB (Red+Green+Blue) = 150+193+100=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #96C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C164 is #693E9B. Grayscale: #A9A9A9. Windows color (decimal): -6897308 or 6603158. OLE color: 6603158.

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

Color convert

RGB150193100-
CMYK0.2200.480.24
HSL87.74º42.86%57.45%-
HSV(B)87.74º48.19%75.69%-
XYZ33.9545.5419.06-
YUV169.5488.75114.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=33.86%
G=43.57%
B=22.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931000.2200.480.2487.7442.8657.45
Hex96C1641603018582b39
Octal22630114426060301305371
Binary10010110110000011100100101100110000110001011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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