#9CCBA5

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

Shades of Chinook #9CCBA5

Tints of Chinook #9CCBA5

Color information

#9CCBA5 (or 0x9CCBA5) is unknown color: approx Chinook. HEX triplet: 9C, CB and A5. RGB value is (156,203,165). Sum of RGB (Red+Green+Blue) = 156+203+165=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBA5 is #63345A. Grayscale: #B8B8B8. Windows color (decimal): -6501467 or 10865564. OLE color: 10865564.

HSL color Cylindrical-coordinate representation of color #9CCBA5: hue angle of 131.49º 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 #9CCBA5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB156203165-
CMYK0.2300.190.20
HSL131.49º31.13%70.39%-
HSV(B)131.49º23.15%79.61%-
XYZ41.8652.543.52-
YUV184.61116.93107.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=29.77%
G=38.74%
B=31.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562031650.2300.190.20131.4931.1370.39
Hex9CCBA51701314831f46
Octal234313245270232420337106
Binary100111001100101110100101101110100111010010000011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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