#9BCDA3

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

Shades of Chinook #9BCDA3

Tints of Chinook #9BCDA3

Color information

#9BCDA3 (or 0x9BCDA3) is unknown color: approx Chinook. HEX triplet: 9B, CD and A3. RGB value is (155,205,163). Sum of RGB (Red+Green+Blue) = 155+205+163=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCDA3 is #64325C. Grayscale: #B9B9B9. Windows color (decimal): -6566493 or 10735003. OLE color: 10735003.

HSL color Cylindrical-coordinate representation of color #9BCDA3: hue angle of 129.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDA3 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB155205163-
CMYK0.2400.200.20
HSL129.6º33.33%70.59%-
HSV(B)129.6º24.39%80.39%-
XYZ41.9653.2842.72-
YUV185.26115.44106.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.64%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=29.64%
G=39.20%
B=31.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051630.2400.200.20129.633.3370.59
Hex9BCDA31801414822147
Octal233315243300242420241107
Binary1001101111001101101000111100001010010100100000101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,163); }

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

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

 a { background-color: rgb(155,205,163); }

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

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

 span { border-color: rgb(155,205,163); }

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