#8BDE9C

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

Shades of Chinook #8BDE9C

Tints of Chinook #8BDE9C

Color information

#8BDE9C (or 0x8BDE9C) is unknown color: approx Chinook. HEX triplet: 8B, DE and 9C. RGB value is (139,222,156). Sum of RGB (Red+Green+Blue) = 139+222+156=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDE9C is #742163. Grayscale: #BDBDBD. Windows color (decimal): -7610724 or 10280587. OLE color: 10280587.

HSL color Cylindrical-coordinate representation of color #8BDE9C: hue angle of 132.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDE9C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB139222156-
CMYK0.3700.300.13
HSL132.29º55.7%70.78%-
HSV(B)132.29º37.39%87.06%-
XYZ42.7760.1340.8-
YUV189.6610991.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=26.89%
G=42.94%
B=30.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392221560.3700.300.13132.2955.770.78
Hex8BDE9C2501ED843847
Octal213336234450361520470107
Binary1000101111011110100111001001010111101101100001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,222,156); }

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

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

 a { background-color: rgb(139,222,156); }

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

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

 span { border-color: rgb(139,222,156); }

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