#83BE8D

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

Shades of De York #83BE8D

Tints of De York #83BE8D

Color information

#83BE8D (or 0x83BE8D) is unknown color: approx De York. HEX triplet: 83, BE and 8D. RGB value is (131,190,141). Sum of RGB (Red+Green+Blue) = 131+190+141=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE8D is #7C4172. Grayscale: #A6A6A6. Windows color (decimal): -8143219 or 9289347. OLE color: 9289347.

HSL color Cylindrical-coordinate representation of color #83BE8D: hue angle of 130.17º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BE8D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB131190141-
CMYK0.3100.260.25
HSL130.17º31.22%62.94%-
HSV(B)130.17º31.05%74.51%-
XYZ32.5843.5831.89-
YUV166.77113.45102.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=28.35%
G=41.13%
B=30.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901410.3100.260.25130.1731.2262.94
Hex83BE8D1F01A19821f3f
Octal20327621537032312023777
Binary10000011101111101000110111111011010110011000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,190,141); }

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

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

 a { background-color: rgb(131,190,141); }

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

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

 span { border-color: rgb(131,190,141); }

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