#96C0A1

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

Shades of Summer Green #96C0A1

Tints of Summer Green #96C0A1

Color information

#96C0A1 (or 0x96C0A1) is unknown color: approx Summer Green. HEX triplet: 96, C0 and A1. RGB value is (150,192,161). Sum of RGB (Red+Green+Blue) = 150+192+161=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C0A1 is #693F5E. Grayscale: #AFAFAF. Windows color (decimal): -6897503 or 10600598. OLE color: 10600598.

HSL color Cylindrical-coordinate representation of color #96C0A1: hue angle of 135.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0A1 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB150192161-
CMYK0.2200.160.25
HSL135.71º25%67.06%-
HSV(B)135.71º21.88%75.29%-
XYZ37.8646.7640.75-
YUV175.91119.59109.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=29.82%
G=38.17%
B=32.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921610.2200.160.25135.712567.06
Hex96C0A11601019881943
Octal226300241260203121031103
Binary100101101100000010100001101100100001100110001000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,161); }

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

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

 a { background-color: rgb(150,192,161); }

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

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

 span { border-color: rgb(150,192,161); }

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