#99CC9B

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

Shades of Chinook #99CC9B

Tints of Chinook #99CC9B

Color information

#99CC9B (or 0x99CC9B) is unknown color: approx Chinook. HEX triplet: 99, CC and 9B. RGB value is (153,204,155). Sum of RGB (Red+Green+Blue) = 153+204+155=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CC9B is #663364. Grayscale: #B7B7B7. Windows color (decimal): -6697829 or 10210457. OLE color: 10210457.

HSL color Cylindrical-coordinate representation of color #99CC9B: hue angle of 122.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CC9B is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB153204155-
CMYK0.2500.240.2
HSL122.35º33.33%70%-
HSV(B)122.35º25%80%-
XYZ40.6552.3238.97-
YUV183.17112.1106.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=29.88%
G=39.84%
B=30.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1532041550.2500.240.2122.3533.3370
Hex99CC9B19018147a2146
Octal231314233310302417241106
Binary100110011100110010011011110010110001010011110101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,155); }

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

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

 a { background-color: rgb(153,204,155); }

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

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

 span { border-color: rgb(153,204,155); }

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