#83D29E

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

Shades of Chinook #83D29E

Tints of Chinook #83D29E

Color information

#83D29E (or 0x83D29E) is unknown color: approx Chinook. HEX triplet: 83, D2 and 9E. RGB value is (131,210,158). Sum of RGB (Red+Green+Blue) = 131+210+158=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #83D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D29E is #7C2D61. Grayscale: #B4B4B4. Windows color (decimal): -8138082 or 10408579. OLE color: 10408579.

HSL color Cylindrical-coordinate representation of color #83D29E: hue angle of 140.51º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D29E is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB131210158-
CMYK0.3800.250.18
HSL140.51º46.75%66.86%-
HSV(B)140.51º37.62%82.35%-
XYZ38.5853.3940.62-
YUV180.45115.3392.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=26.25%
G=42.08%
B=31.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312101580.3800.250.18140.5146.7566.86
Hex83D29E26019128d2f43
Octal203322236460312221557103
Binary10000011110100101001111010011001100110010100011011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83D29E; }

 p { color: rgb(131,210,158); }

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

<style>
 a { background-color: #83D29E; }

 a { background-color: rgb(131,210,158); }

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

<style>
 span { border-color: #83D29E; }

 span { border-color: rgb(131,210,158); }

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