#99CA9E

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

Shades of Chinook #99CA9E

Tints of Chinook #99CA9E

Color information

#99CA9E (or 0x99CA9E) is unknown color: approx Chinook. HEX triplet: 99, CA and 9E. RGB value is (153,202,158). Sum of RGB (Red+Green+Blue) = 153+202+158=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA9E is #663561. Grayscale: #B6B6B6. Windows color (decimal): -6698338 or 10406553. OLE color: 10406553.

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

Color convert

RGB153202158-
CMYK0.2400.220.21
HSL126.12º31.61%69.61%-
HSV(B)126.12º24.26%79.22%-
XYZ40.4351.4840.15-
YUV182.33114.27107.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=29.82%
G=39.38%
B=30.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021580.2400.220.21126.1231.6169.61
Hex99CA9E18016157e2046
Octal231312236300262517640106
Binary100110011100101010011110110000101101010111111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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