#99C7A4

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

Shades of Chinook #99C7A4

Tints of Chinook #99C7A4

Color information

#99C7A4 (or 0x99C7A4) is unknown color: approx Chinook. HEX triplet: 99, C7 and A4. RGB value is (153,199,164). Sum of RGB (Red+Green+Blue) = 153+199+164=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #99C7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C7A4 is #66385B. Grayscale: #B5B5B5. Windows color (decimal): -6699100 or 10799001. OLE color: 10799001.

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

Color convert

RGB153199164-
CMYK0.2300.180.22
HSL134.35º29.11%69.02%-
HSV(B)134.35º23.12%78.04%-
XYZ40.2650.342.71-
YUV181.26118.26107.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=29.65%
G=38.57%
B=31.78%

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
Decimal1531991640.2300.180.22134.3529.1169.02
Hex99C7A41701216861d45
Octal231307244270222620635105
Binary100110011100011110100100101110100101011010000110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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