#96CBA2

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

Shades of Chinook #96CBA2

Tints of Chinook #96CBA2

Color information

#96CBA2 (or 0x96CBA2) is unknown color: approx Chinook. HEX triplet: 96, CB and A2. RGB value is (150,203,162). Sum of RGB (Red+Green+Blue) = 150+203+162=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBA2 is #69345D. Grayscale: #B6B6B6. Windows color (decimal): -6894686 or 10668950. OLE color: 10668950.

HSL color Cylindrical-coordinate representation of color #96CBA2: hue angle of 133.58º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBA2 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB150203162-
CMYK0.2600.200.20
HSL133.58º33.76%69.22%-
HSV(B)133.58º26.11%79.61%-
XYZ40.4651.842.05-
YUV182.48116.44104.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=29.13%
G=39.42%
B=31.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031620.2600.200.20133.5833.7669.22
Hex96CBA21A01414862245
Octal226313242320242420642105
Binary1001011011001011101000101101001010010100100001101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,162); }

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

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

 a { background-color: rgb(150,203,162); }

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

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

 span { border-color: rgb(150,203,162); }

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