#96C26A

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

Shades of Olivine #96C26A

Tints of Olivine #96C26A

Color information

#96C26A (or 0x96C26A) is unknown color: approx Olivine. HEX triplet: 96, C2 and 6A. RGB value is (150,194,106). Sum of RGB (Red+Green+Blue) = 150+194+106=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #96C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C26A is #693D95. Grayscale: #ABABAB. Windows color (decimal): -6897046 or 6996630. OLE color: 6996630.

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

Color convert

RGB150194106-
CMYK0.2300.450.24
HSL90º41.9%58.82%-
HSV(B)90º45.36%76.08%-
XYZ34.4746.1120.72-
YUV170.8191.42113.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=33.33%
G=43.11%
B=23.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941060.2300.450.249041.958.82
Hex96C26A1702D185a2a3b
Octal22630215227055301325273
Binary10010110110000101101010101110101101110001011010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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