#9BC89E

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

Shades of Chinook #9BC89E

Tints of Chinook #9BC89E

Color information

#9BC89E (or 0x9BC89E) is unknown color: approx Chinook. HEX triplet: 9B, C8 and 9E. RGB value is (155,200,158). Sum of RGB (Red+Green+Blue) = 155+200+158=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC89E is #643761. Grayscale: #B5B5B5. Windows color (decimal): -6567778 or 10406043. OLE color: 10406043.

HSL color Cylindrical-coordinate representation of color #9BC89E: hue angle of 124º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC89E is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB155200158-
CMYK0.2200.210.22
HSL124º29.03%69.61%-
HSV(B)124º22.5%78.43%-
XYZ40.3450.7540.02-
YUV181.76114.59108.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=30.21%
G=38.99%
B=30.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001580.2200.210.2212429.0369.61
Hex9BC89E16015167c1d46
Octal233310236260252617435106
Binary10011011110010001001111010110010101101101111100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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