#99C69F

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

Shades of Chinook #99C69F

Tints of Chinook #99C69F

Color information

#99C69F (or 0x99C69F) is unknown color: approx Chinook. HEX triplet: 99, C6 and 9F. RGB value is (153,198,159). Sum of RGB (Red+Green+Blue) = 153+198+159=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #99C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C69F is #663960. Grayscale: #B4B4B4. Windows color (decimal): -6699361 or 10471065. OLE color: 10471065.

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

Color convert

RGB153198159-
CMYK0.2300.200.22
HSL128º28.3%68.82%-
HSV(B)128º22.73%77.65%-
XYZ39.5949.6640.3-
YUV180.1116.09108.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 198 (77.73% from 255) = 38.82%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=30%
G=38.82%
B=31.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531981590.2300.200.2212828.368.82
Hex99C69F1701416801c45
Octal231306237270242620034105
Binary100110011100011010011111101110101001011010000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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