#8BDE9B

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

Shades of Chinook #8BDE9B

Tints of Chinook #8BDE9B

Color information

#8BDE9B (or 0x8BDE9B) is unknown color: approx Chinook. HEX triplet: 8B, DE and 9B. RGB value is (139,222,155). Sum of RGB (Red+Green+Blue) = 139+222+155=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDE9B is #742164. Grayscale: #BDBDBD. Windows color (decimal): -7610725 or 10215051. OLE color: 10215051.

HSL color Cylindrical-coordinate representation of color #8BDE9B: hue angle of 131.57º 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 #8BDE9B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB139222155-
CMYK0.3700.300.13
HSL131.57º55.7%70.78%-
HSV(B)131.57º37.39%87.06%-
XYZ42.6960.140.36-
YUV189.54108.591.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=26.94%
G=43.02%
B=30.04%

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
Decimal1392221550.3700.300.13131.5755.770.78
Hex8BDE9B2501ED843847
Octal213336233450361520470107
Binary1000101111011110100110111001010111101101100001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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