#9CDBAB

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

Shades of Chinook #9CDBAB

Tints of Chinook #9CDBAB

Color information

#9CDBAB (or 0x9CDBAB) is unknown color: approx Chinook. HEX triplet: 9C, DB and AB. RGB value is (156,219,171). Sum of RGB (Red+Green+Blue) = 156+219+171=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBAB is #632454. Grayscale: #C2C2C2. Windows color (decimal): -6497365 or 11262876. OLE color: 11262876.

HSL color Cylindrical-coordinate representation of color #9CDBAB: hue angle of 134.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBAB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB156219171-
CMYK0.2900.220.14
HSL134.29º46.67%73.53%-
HSV(B)134.29º28.77%85.88%-
XYZ46.3960.6747.79-
YUV194.69114.63100.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=28.57%
G=40.11%
B=31.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191710.2900.220.14134.2946.6773.53
Hex9CDBAB1D016E862f4a
Octal234333253350261620657112
Binary100111001101101110101011111010101101110100001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,171); }

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

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

 a { background-color: rgb(156,219,171); }

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

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

 span { border-color: rgb(156,219,171); }

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