#99CF9C

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

Shades of Chinook #99CF9C

Tints of Chinook #99CF9C

Color information

#99CF9C (or 0x99CF9C) is unknown color: approx Chinook. HEX triplet: 99, CF and 9C. RGB value is (153,207,156). Sum of RGB (Red+Green+Blue) = 153+207+156=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF9C is #663063. Grayscale: #B9B9B9. Windows color (decimal): -6697060 or 10276761. OLE color: 10276761.

HSL color Cylindrical-coordinate representation of color #99CF9C: hue angle of 123.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CF9C is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB153207156-
CMYK0.2600.250.19
HSL123.33º36%70.59%-
HSV(B)123.33º26.09%81.18%-
XYZ41.4553.839.65-
YUV185.04111.61105.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=29.65%
G=40.12%
B=30.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071560.2600.250.19123.333670.59
Hex99CF9C1A019137b2447
Octal231317234320312317344107
Binary100110011100111110011100110100110011001111110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,156); }

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

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

 a { background-color: rgb(153,207,156); }

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

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

 span { border-color: rgb(153,207,156); }

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