#96C269

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

Shades of Olivine #96C269

Tints of Olivine #96C269

Color information

#96C269 (or 0x96C269) is unknown color: approx Olivine. HEX triplet: 96, C2 and 69. RGB value is (150,194,105). Sum of RGB (Red+Green+Blue) = 150+194+105=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #96C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C269 is #693D96. Grayscale: #ABABAB. Windows color (decimal): -6897047 or 6931094. OLE color: 6931094.

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

Color convert

RGB150194105-
CMYK0.2300.460.24
HSL89.66º42.18%58.63%-
HSV(B)89.66º45.88%76.08%-
XYZ34.4246.0920.45-
YUV170.790.92113.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=33.41%
G=43.21%
B=23.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941050.2300.460.2489.6642.1858.63
Hex96C2691702E185a2a3b
Octal22630215127056301325273
Binary10010110110000101101001101110101110110001011010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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