#8BDA9C

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

Shades of Chinook #8BDA9C

Tints of Chinook #8BDA9C

Color information

#8BDA9C (or 0x8BDA9C) is unknown color: approx Chinook. HEX triplet: 8B, DA and 9C. RGB value is (139,218,156). Sum of RGB (Red+Green+Blue) = 139+218+156=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA9C is #742563. Grayscale: #BBBBBB. Windows color (decimal): -7611748 or 10279563. OLE color: 10279563.

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

Color convert

RGB139218156-
CMYK0.3600.280.15
HSL132.91º51.63%70%-
HSV(B)132.91º36.24%85.49%-
XYZ41.7258.0340.45-
YUV187.31110.3393.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.10%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=27.10%
G=42.50%
B=30.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392181560.3600.280.15132.9151.6370
Hex8BDA9C2401CF853446
Octal213332234440341720564106
Binary1000101111011010100111001001000111001111100001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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