#9CCBA6

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

Shades of Chinook #9CCBA6

Tints of Chinook #9CCBA6

Color information

#9CCBA6 (or 0x9CCBA6) is unknown color: approx Chinook. HEX triplet: 9C, CB and A6. RGB value is (156,203,166). Sum of RGB (Red+Green+Blue) = 156+203+166=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBA6 is #633459. Grayscale: #B8B8B8. Windows color (decimal): -6501466 or 10931100. OLE color: 10931100.

HSL color Cylindrical-coordinate representation of color #9CCBA6: hue angle of 132.77º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBA6 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB156203166-
CMYK0.2300.180.20
HSL132.77º31.13%70.39%-
HSV(B)132.77º23.15%79.61%-
XYZ41.9552.5344.01-
YUV184.73117.43107.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=29.71%
G=38.67%
B=31.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031660.2300.180.20132.7731.1370.39
Hex9CCBA61701214851f46
Octal234313246270222420537106
Binary100111001100101110100110101110100101010010000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCBA6; }

 p { color: rgb(156,203,166); }

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

<style>
 a { background-color: #9CCBA6; }

 a { background-color: rgb(156,203,166); }

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

<style>
 span { border-color: #9CCBA6; }

 span { border-color: rgb(156,203,166); }

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