#99CCA7

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

Shades of Chinook #99CCA7

Tints of Chinook #99CCA7

Color information

#99CCA7 (or 0x99CCA7) is unknown color: approx Chinook. HEX triplet: 99, CC and A7. RGB value is (153,204,167). Sum of RGB (Red+Green+Blue) = 153+204+167=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCA7 is #663358. Grayscale: #B8B8B8. Windows color (decimal): -6697817 or 10996889. OLE color: 10996889.

HSL color Cylindrical-coordinate representation of color #99CCA7: hue angle of 136.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCA7 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB153204167-
CMYK0.2500.180.2
HSL136.47º33.33%70%-
HSV(B)136.47º25%80%-
XYZ41.752.7544.54-
YUV184.53118.1105.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=29.20%
G=38.93%
B=31.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041670.2500.180.2136.4733.3370
Hex99CCA71901214882146
Octal231314247310222421041106
Binary1001100111001100101001111100101001010100100010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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