#9BE9B0

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

Shades of Chinook #9BE9B0

Tints of Chinook #9BE9B0

Color information

#9BE9B0 (or 0x9BE9B0) is unknown color: approx Chinook. HEX triplet: 9B, E9 and B0. RGB value is (155,233,176). Sum of RGB (Red+Green+Blue) = 155+233+176=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE9B0 is #64164F. Grayscale: #CBCBCB. Windows color (decimal): -6559312 or 11594139. OLE color: 11594139.

HSL color Cylindrical-coordinate representation of color #9BE9B0: hue angle of 136.15º 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 #9BE9B0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB155233176-
CMYK0.3300.240.09
HSL136.15º63.93%76.08%-
HSV(B)136.15º33.48%91.37%-
XYZ50.4968.3851.61-
YUV203.18112.6693.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=27.48%
G=41.31%
B=31.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552331760.3300.240.09136.1563.9376.08
Hex9BE9B021018988404c
Octal2333512604103011210100114
Binary10011011111010011011000010000101100010011000100010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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