#99CA9C

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

Shades of Chinook #99CA9C

Tints of Chinook #99CA9C

Color information

#99CA9C (or 0x99CA9C) is unknown color: approx Chinook. HEX triplet: 99, CA and 9C. RGB value is (153,202,156). Sum of RGB (Red+Green+Blue) = 153+202+156=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA9C is #663563. Grayscale: #B6B6B6. Windows color (decimal): -6698340 or 10275481. OLE color: 10275481.

HSL color Cylindrical-coordinate representation of color #99CA9C: hue angle of 123.67º 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 #99CA9C is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB153202156-
CMYK0.2400.230.21
HSL123.67º31.61%69.61%-
HSV(B)123.67º24.26%79.22%-
XYZ40.2651.4139.25-
YUV182.1113.27107.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=29.94%
G=39.53%
B=30.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021560.2400.230.21123.6731.6169.61
Hex99CA9C18017157c2046
Octal231312234300272517440106
Binary100110011100101010011100110000101111010111111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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