#99CAA7

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

Shades of Chinook #99CAA7

Tints of Chinook #99CAA7

Color information

#99CAA7 (or 0x99CAA7) is unknown color: approx Chinook. HEX triplet: 99, CA and A7. RGB value is (153,202,167). Sum of RGB (Red+Green+Blue) = 153+202+167=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAA7 is #663558. Grayscale: #B7B7B7. Windows color (decimal): -6698329 or 10996377. OLE color: 10996377.

HSL color Cylindrical-coordinate representation of color #99CAA7: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAA7 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB153202167-
CMYK0.2400.170.21
HSL137.14º31.61%69.61%-
HSV(B)137.14º24.26%79.22%-
XYZ41.2351.844.39-
YUV183.36118.77106.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=29.31%
G=38.70%
B=31.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021670.2400.170.21137.1431.6169.61
Hex99CAA71801115892046
Octal231312247300212521140106
Binary1001100111001010101001111100001000110101100010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CAA7; }

 p { color: rgb(153,202,167); }

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

<style>
 a { background-color: #99CAA7; }

 a { background-color: rgb(153,202,167); }

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

<style>
 span { border-color: #99CAA7; }

 span { border-color: rgb(153,202,167); }

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