#83D99E

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

Shades of Chinook #83D99E

Tints of Chinook #83D99E

Color information

#83D99E (or 0x83D99E) is unknown color: approx Chinook. HEX triplet: 83, D9 and 9E. RGB value is (131,217,158). Sum of RGB (Red+Green+Blue) = 131+217+158=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #83D99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D99E is #7C2661. Grayscale: #B8B8B8. Windows color (decimal): -8136290 or 10410371. OLE color: 10410371.

HSL color Cylindrical-coordinate representation of color #83D99E: hue angle of 138.84º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83D99E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB131217158-
CMYK0.4000.270.15
HSL138.84º53.09%68.24%-
HSV(B)138.84º39.63%85.1%-
XYZ40.3456.9241.21-
YUV184.56113.0189.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=25.89%
G=42.89%
B=31.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312171580.4000.270.15138.8453.0968.24
Hex83D99E2801BF8b3544
Octal203331236500331721365104
Binary1000001111011001100111101010000110111111100010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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