#99C99C

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

Shades of Chinook #99C99C

Tints of Chinook #99C99C

Color information

#99C99C (or 0x99C99C) is unknown color: approx Chinook. HEX triplet: 99, C9 and 9C. RGB value is (153,201,156). Sum of RGB (Red+Green+Blue) = 153+201+156=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #99C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C99C is #663663. Grayscale: #B5B5B5. Windows color (decimal): -6698596 or 10275225. OLE color: 10275225.

HSL color Cylindrical-coordinate representation of color #99C99C: hue angle of 123.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C99C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB153201156-
CMYK0.2400.220.21
HSL123.75º30.77%69.41%-
HSV(B)123.75º23.88%78.82%-
XYZ40.0250.9539.18-
YUV181.52113.6107.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=30%
G=39.41%
B=30.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532011560.2400.220.21123.7530.7769.41
Hex99C99C18016157c1f45
Octal231311234300262517437105
Binary10011001110010011001110011000010110101011111100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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