#9BD2A3

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

Shades of Chinook #9BD2A3

Tints of Chinook #9BD2A3

Color information

#9BD2A3 (or 0x9BD2A3) is unknown color: approx Chinook. HEX triplet: 9B, D2 and A3. RGB value is (155,210,163). Sum of RGB (Red+Green+Blue) = 155+210+163=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2A3 is #642D5C. Grayscale: #BCBCBC. Windows color (decimal): -6565213 or 10736283. OLE color: 10736283.

HSL color Cylindrical-coordinate representation of color #9BD2A3: hue angle of 128.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2A3 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB155210163-
CMYK0.2600.220.18
HSL128.73º37.93%71.57%-
HSV(B)128.73º26.19%82.35%-
XYZ43.1855.7143.13-
YUV188.2113.78104.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=29.36%
G=39.77%
B=30.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101630.2600.220.18128.7337.9371.57
Hex9BD2A31A01612812648
Octal233322243320262220146110
Binary1001101111010010101000111101001011010010100000011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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