#99cbaa

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

Shades of Chinook #99CBAA

Tints of Chinook #99CBAA

Color information

#99CBAA (or 0x99CBAA) is unknown color: approx Chinook. HEX triplet: 99, CB and AA. RGB value is (153,203,170). Sum of RGB (Red+Green+Blue) = 153+203+170=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #99CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CBAA is #663455. Grayscale: #B8B8B8. Windows color (decimal): -6698070 or 11193241. OLE color: 11193241.

HSL color Cylindrical-coordinate representation of color #99CBAA: hue angle of 140.4º degrees, saturation: 0.32, 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 #99CBAA is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB153203170-
CMYK0.2500.160.20
HSL140.4º32.47%69.8%-
HSV(B)140.4º24.63%79.61%-
XYZ41.7552.3945.94-
YUV184.29119.94105.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=29.09%
G=38.59%
B=32.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532031700.2500.160.20140.432.4769.8
Hex99CBAA19010148c2046
Octal231313252310202421440106
Binary1001100111001011101010101100101000010100100011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99cbaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,203,170); }

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

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

 a { background-color: rgb(153,203,170); }

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

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

 span { border-color: rgb(153,203,170); }

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