#99C8A4

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

Shades of Chinook #99C8A4

Tints of Chinook #99C8A4

Color information

#99C8A4 (or 0x99C8A4) is unknown color: approx Chinook. HEX triplet: 99, C8 and A4. RGB value is (153,200,164). Sum of RGB (Red+Green+Blue) = 153+200+164=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C8A4 is #66375B. Grayscale: #B5B5B5. Windows color (decimal): -6698844 or 10799257. OLE color: 10799257.

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

Color convert

RGB153200164-
CMYK0.2400.180.22
HSL134.04º29.94%69.22%-
HSV(B)134.04º23.5%78.43%-
XYZ40.4950.7642.79-
YUV181.84117.93107.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=29.59%
G=38.68%
B=31.72%

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
Decimal1532001640.2400.180.22134.0429.9469.22
Hex99C8A41801216861e45
Octal231310244300222620636105
Binary100110011100100010100100110000100101011010000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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