#8BD89E

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

Shades of Chinook #8BD89E

Tints of Chinook #8BD89E

Color information

#8BD89E (or 0x8BD89E) is unknown color: approx Chinook. HEX triplet: 8B, D8 and 9E. RGB value is (139,216,158). Sum of RGB (Red+Green+Blue) = 139+216+158=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD89E is #742761. Grayscale: #BABABA. Windows color (decimal): -7612258 or 10410123. OLE color: 10410123.

HSL color Cylindrical-coordinate representation of color #8BD89E: hue angle of 134.81º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD89E is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB139216158-
CMYK0.3600.270.15
HSL134.81º49.68%69.61%-
HSV(B)134.81º35.65%84.71%-
XYZ41.3757.0741.18-
YUV186.36111.9994.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.10%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=27.10%
G=42.11%
B=30.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392161580.3600.270.15134.8149.6869.61
Hex8BD89E2401BF873246
Octal213330236440331720762106
Binary1000101111011000100111101001000110111111100001111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BD89E; }

 p { color: rgb(139,216,158); }

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

<style>
 a { background-color: #8BD89E; }

 a { background-color: rgb(139,216,158); }

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

<style>
 span { border-color: #8BD89E; }

 span { border-color: rgb(139,216,158); }

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