#9BCE9E

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

Shades of Chinook #9BCE9E

Tints of Chinook #9BCE9E

Color information

#9BCE9E (or 0x9BCE9E) is unknown color: approx Chinook. HEX triplet: 9B, CE and 9E. RGB value is (155,206,158). Sum of RGB (Red+Green+Blue) = 155+206+158=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE9E is #643161. Grayscale: #B9B9B9. Windows color (decimal): -6566242 or 10407579. OLE color: 10407579.

HSL color Cylindrical-coordinate representation of color #9BCE9E: hue angle of 123.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCE9E is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB155206158-
CMYK0.2500.230.19
HSL123.53º34.23%70.78%-
HSV(B)123.53º24.76%80.78%-
XYZ41.7653.5840.49-
YUV185.28112.6106.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 158 (62.11% from 255) = 30.44%
R=29.87%
G=39.69%
B=30.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061580.2500.230.19123.5334.2370.78
Hex9BCE9E19017137c2247
Octal233316236310272317442107
Binary100110111100111010011110110010101111001111111001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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