#9BE9AD

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

Shades of Chinook #9BE9AD

Tints of Chinook #9BE9AD

Color information

#9BE9AD (or 0x9BE9AD) is unknown color: approx Chinook. HEX triplet: 9B, E9 and AD. RGB value is (155,233,173). Sum of RGB (Red+Green+Blue) = 155+233+173=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE9AD is #641652. Grayscale: #CBCBCB. Windows color (decimal): -6559315 or 11397531. OLE color: 11397531.

HSL color Cylindrical-coordinate representation of color #9BE9AD: hue angle of 133.85º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE9AD is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB155233173-
CMYK0.3300.260.09
HSL133.85º63.93%76.08%-
HSV(B)133.85º33.48%91.37%-
XYZ50.268.2650.07-
YUV202.84111.1693.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 233 (91.41% from 255) = 41.53%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=27.63%
G=41.53%
B=30.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552331730.3300.260.09133.8563.9376.08
Hex9BE9AD2101A986404c
Octal2333512554103211206100114
Binary10011011111010011010110110000101101010011000011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,233,173); }

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

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

 a { background-color: rgb(155,233,173); }

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

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

 span { border-color: rgb(155,233,173); }

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