#81D49C

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

Shades of Chinook #81D49C

Tints of Chinook #81D49C

Color information

#81D49C (or 0x81D49C) is unknown color: approx Chinook. HEX triplet: 81, D4 and 9C. RGB value is (129,212,156). Sum of RGB (Red+Green+Blue) = 129+212+156=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #81D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D49C is #7E2B63. Grayscale: #B4B4B4. Windows color (decimal): -8268644 or 10278017. OLE color: 10278017.

HSL color Cylindrical-coordinate representation of color #81D49C: hue angle of 139.52º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D49C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB129212156-
CMYK0.3900.260.17
HSL139.52º49.11%66.86%-
HSV(B)139.52º39.15%83.14%-
XYZ38.654.1539.87-
YUV180.811491.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=25.96%
G=42.66%
B=31.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292121560.3900.260.17139.5249.1166.86
Hex81D49C2701A118c3143
Octal201324234470322121461103
Binary10000001110101001001110010011101101010001100011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D49C; }

 p { color: rgb(129,212,156); }

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

<style>
 a { background-color: #81D49C; }

 a { background-color: rgb(129,212,156); }

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

<style>
 span { border-color: #81D49C; }

 span { border-color: rgb(129,212,156); }

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