#99C8A3

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

Shades of Chinook #99C8A3

Tints of Chinook #99C8A3

Color information

#99C8A3 (or 0x99C8A3) is unknown color: approx Chinook. HEX triplet: 99, C8 and A3. RGB value is (153,200,163). Sum of RGB (Red+Green+Blue) = 153+200+163=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C8A3 is #66375C. Grayscale: #B5B5B5. Windows color (decimal): -6698845 or 10733721. OLE color: 10733721.

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

Color convert

RGB153200163-
CMYK0.2400.180.22
HSL132.77º29.94%69.22%-
HSV(B)132.77º23.5%78.43%-
XYZ40.450.7342.31-
YUV181.73117.43107.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=29.65%
G=38.76%
B=31.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001630.2400.180.22132.7729.9469.22
Hex99C8A31801216851e45
Octal231310243300222620536105
Binary100110011100100010100011110000100101011010000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,200,163); }

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

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

 a { background-color: rgb(153,200,163); }

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

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

 span { border-color: rgb(153,200,163); }

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