#99C6A2

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

Shades of Chinook #99C6A2

Tints of Chinook #99C6A2

Color information

#99C6A2 (or 0x99C6A2) is unknown color: approx Chinook. HEX triplet: 99, C6 and A2. RGB value is (153,198,162). Sum of RGB (Red+Green+Blue) = 153+198+162=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #99C6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C6A2 is #66395D. Grayscale: #B4B4B4. Windows color (decimal): -6699358 or 10667673. OLE color: 10667673.

HSL color Cylindrical-coordinate representation of color #99C6A2: hue angle of 132º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C6A2 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB153198162-
CMYK0.2300.180.22
HSL132º28.3%68.82%-
HSV(B)132º22.73%77.65%-
XYZ39.8549.7741.69-
YUV180.44117.59108.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=29.82%
G=38.60%
B=31.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531981620.2300.180.2213228.368.82
Hex99C6A21701216841c45
Octal231306242270222620434105
Binary100110011100011010100010101110100101011010000100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,198,162); }

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

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

 a { background-color: rgb(153,198,162); }

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

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

 span { border-color: rgb(153,198,162); }

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