#96C473

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

Shades of Olivine #96C473

Tints of Olivine #96C473

Color information

#96C473 (or 0x96C473) is unknown color: approx Olivine. HEX triplet: 96, C4 and 73. RGB value is (150,196,115). Sum of RGB (Red+Green+Blue) = 150+196+115=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #96C473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C473 is #693B8C. Grayscale: #ADADAD. Windows color (decimal): -6896525 or 7586966. OLE color: 7586966.

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

Color convert

RGB150196115-
CMYK0.2300.410.23
HSL94.07º40.7%60.98%-
HSV(B)94.07º41.33%76.86%-
XYZ35.4147.223.46-
YUV173.0195.26111.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=32.54%
G=42.52%
B=24.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501961150.2300.410.2394.0740.760.98
Hex96C47317029175e293d
Octal22630416327051271365175
Binary10010110110001001110011101110101001101111011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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