#8BD99F

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

Shades of Chinook #8BD99F

Tints of Chinook #8BD99F

Color information

#8BD99F (or 0x8BD99F) is unknown color: approx Chinook. HEX triplet: 8B, D9 and 9F. RGB value is (139,217,159). Sum of RGB (Red+Green+Blue) = 139+217+159=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD99F is #742660. Grayscale: #BBBBBB. Windows color (decimal): -7612001 or 10475915. OLE color: 10475915.

HSL color Cylindrical-coordinate representation of color #8BD99F: hue angle of 135.38º degrees, saturation: 0.51, 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 #8BD99F is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB139217159-
CMYK0.3600.270.15
HSL135.38º50.65%69.8%-
HSV(B)135.38º35.94%85.1%-
XYZ41.7257.6241.72-
YUV187.07112.1693.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.99%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=26.99%
G=42.14%
B=30.87%

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
Decimal1392171590.3600.270.15135.3850.6569.8
Hex8BD99F2401BF873346
Octal213331237440331720763106
Binary1000101111011001100111111001000110111111100001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,159); }

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

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

 a { background-color: rgb(139,217,159); }

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

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

 span { border-color: rgb(139,217,159); }

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