#9DBEA2

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

Shades of Chinook #9DBEA2

Tints of Chinook #9DBEA2

Color information

#9DBEA2 (or 0x9DBEA2) is unknown color: approx Chinook. HEX triplet: 9D, BE and A2. RGB value is (157,190,162). Sum of RGB (Red+Green+Blue) = 157+190+162=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEA2 is #62415D. Grayscale: #B1B1B1. Windows color (decimal): -6439262 or 10665629. OLE color: 10665629.

HSL color Cylindrical-coordinate representation of color #9DBEA2: hue angle of 129.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEA2 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB157190162-
CMYK0.1700.150.25
HSL129.09º20.25%68.04%-
HSV(B)129.09º17.37%74.51%-
XYZ38.8446.641.13-
YUV176.94119.57113.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=30.84%
G=37.33%
B=31.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901620.1700.150.25129.0920.2568.04
Hex9DBEA2110F19811444
Octal235276242210173120124104
Binary10011101101111101010001010001011111100110000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,190,162); }

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

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

 a { background-color: rgb(157,190,162); }

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

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

 span { border-color: rgb(157,190,162); }

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