#8BD09D

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

Shades of Chinook #8BD09D

Tints of Chinook #8BD09D

Color information

#8BD09D (or 0x8BD09D) is unknown color: approx Chinook. HEX triplet: 8B, D0 and 9D. RGB value is (139,208,157). Sum of RGB (Red+Green+Blue) = 139+208+157=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD09D is #742F62. Grayscale: #B5B5B5. Windows color (decimal): -7614307 or 10342539. OLE color: 10342539.

HSL color Cylindrical-coordinate representation of color #8BD09D: hue angle of 135.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD09D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB139208157-
CMYK0.3300.250.18
HSL135.65º42.33%68.04%-
HSV(B)135.65º33.17%81.57%-
XYZ39.2953.0440.06-
YUV181.55114.1497.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=27.58%
G=41.27%
B=31.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081570.3300.250.18135.6542.3368.04
Hex8BD09D2101912882a44
Octal213320235410312221052104
Binary10001011110100001001110110000101100110010100010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,157); }

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

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

 a { background-color: rgb(139,208,157); }

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

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

 span { border-color: rgb(139,208,157); }

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