#9CDBA2

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

Shades of Chinook #9CDBA2

Tints of Chinook #9CDBA2

Color information

#9CDBA2 (or 0x9CDBA2) is unknown color: approx Chinook. HEX triplet: 9C, DB and A2. RGB value is (156,219,162). Sum of RGB (Red+Green+Blue) = 156+219+162=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA2 is #63245D. Grayscale: #C1C1C1. Windows color (decimal): -6497374 or 10673052. OLE color: 10673052.

HSL color Cylindrical-coordinate representation of color #9CDBA2: hue angle of 125.71º 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 #9CDBA2 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB156219162-
CMYK0.2900.260.14
HSL125.71º46.67%73.53%-
HSV(B)125.71º28.77%85.88%-
XYZ45.5660.3443.43-
YUV193.66110.13101.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 162 (63.67% from 255) = 30.17%
R=29.05%
G=40.78%
B=30.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191620.2900.260.14125.7146.6773.53
Hex9CDBA21D01AE7e2f4a
Octal234333242350321617657112
Binary10011100110110111010001011101011010111011111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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