#83D59A

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

Shades of Chinook #83D59A

Tints of Chinook #83D59A

Color information

#83D59A (or 0x83D59A) is unknown color: approx Chinook. HEX triplet: 83, D5 and 9A. RGB value is (131,213,154). Sum of RGB (Red+Green+Blue) = 131+213+154=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #83D59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D59A is #7C2A65. Grayscale: #B5B5B5. Windows color (decimal): -8137318 or 10147203. OLE color: 10147203.

HSL color Cylindrical-coordinate representation of color #83D59A: hue angle of 136.83º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D59A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB131213154-
CMYK0.3800.280.16
HSL136.83º49.4%67.45%-
HSV(B)136.83º38.5%83.53%-
XYZ38.9954.7539.08-
YUV181.76112.3391.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.31%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=26.31%
G=42.77%
B=30.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312131540.3800.280.16136.8349.467.45
Hex83D59A2601C10893143
Octal203325232460342021161103
Binary10000011110101011001101010011001110010000100010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,213,154); }

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

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

 a { background-color: rgb(131,213,154); }

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

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

 span { border-color: rgb(131,213,154); }

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