#9BDA9E

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

Shades of Chinook #9BDA9E

Tints of Chinook #9BDA9E

Color information

#9BDA9E (or 0x9BDA9E) is unknown color: approx Chinook. HEX triplet: 9B, DA and 9E. RGB value is (155,218,158). Sum of RGB (Red+Green+Blue) = 155+218+158=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA9E is #642561. Grayscale: #C0C0C0. Windows color (decimal): -6563170 or 10410651. OLE color: 10410651.

HSL color Cylindrical-coordinate representation of color #9BDA9E: hue angle of 122.86º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDA9E is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB155218158-
CMYK0.2900.280.15
HSL122.86º45.99%73.14%-
HSV(B)122.86º28.9%85.49%-
XYZ44.7659.5841.49-
YUV192.32108.63101.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=29.19%
G=41.05%
B=29.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181580.2900.280.15122.8645.9973.14
Hex9BDA9E1D01CF7b2e49
Octal233332236350341717356111
Binary10011011110110101001111011101011100111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,158); }

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

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

 a { background-color: rgb(155,218,158); }

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

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

 span { border-color: rgb(155,218,158); }

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