#96CBA4

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

Shades of Chinook #96CBA4

Tints of Chinook #96CBA4

Color information

#96CBA4 (or 0x96CBA4) is unknown color: approx Chinook. HEX triplet: 96, CB and A4. RGB value is (150,203,164). Sum of RGB (Red+Green+Blue) = 150+203+164=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBA4 is #69345B. Grayscale: #B6B6B6. Windows color (decimal): -6894684 or 10800022. OLE color: 10800022.

HSL color Cylindrical-coordinate representation of color #96CBA4: hue angle of 135.85º 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 #96CBA4 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB150203164-
CMYK0.2600.190.20
HSL135.85º33.76%69.22%-
HSV(B)135.85º26.11%79.61%-
XYZ40.6351.8842.99-
YUV182.71117.44104.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=29.01%
G=39.26%
B=31.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031640.2600.190.20135.8533.7669.22
Hex96CBA41A01314882245
Octal226313244320232421042105
Binary1001011011001011101001001101001001110100100010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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