#9BD2A5

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

Shades of Chinook #9BD2A5

Tints of Chinook #9BD2A5

Color information

#9BD2A5 (or 0x9BD2A5) is unknown color: approx Chinook. HEX triplet: 9B, D2 and A5. RGB value is (155,210,165). Sum of RGB (Red+Green+Blue) = 155+210+165=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2A5 is #642D5A. Grayscale: #BCBCBC. Windows color (decimal): -6565211 or 10867355. OLE color: 10867355.

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

Color convert

RGB155210165-
CMYK0.2600.210.18
HSL130.91º37.93%71.57%-
HSV(B)130.91º26.19%82.35%-
XYZ43.3655.7844.08-
YUV188.42114.78104.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 210 (82.42% from 255) = 39.62%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=29.25%
G=39.62%
B=31.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552101650.2600.210.18130.9137.9371.57
Hex9BD2A51A01512832648
Octal233322245320252220346110
Binary1001101111010010101001011101001010110010100000111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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