#99C2A2

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

Shades of Chinook #99C2A2

Tints of Chinook #99C2A2

Color information

#99C2A2 (or 0x99C2A2) is unknown color: approx Chinook. HEX triplet: 99, C2 and A2. RGB value is (153,194,162). Sum of RGB (Red+Green+Blue) = 153+194+162=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2A2 is #663D5D. Grayscale: #B2B2B2. Windows color (decimal): -6700382 or 10666649. OLE color: 10666649.

HSL color Cylindrical-coordinate representation of color #99C2A2: hue angle of 133.17º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2A2 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB153194162-
CMYK0.2100.160.24
HSL133.17º25.15%68.04%-
HSV(B)133.17º21.13%76.08%-
XYZ38.9547.9641.39-
YUV178.09118.92110.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=30.06%
G=38.11%
B=31.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531941620.2100.160.24133.1725.1568.04
Hex99C2A21501018851944
Octal231302242250203020531104
Binary100110011100001010100010101010100001100010000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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