#83BE8E

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

Shades of De York #83BE8E

Tints of De York #83BE8E

Color information

#83BE8E (or 0x83BE8E) is unknown color: approx De York. HEX triplet: 83, BE and 8E. RGB value is (131,190,142). Sum of RGB (Red+Green+Blue) = 131+190+142=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE8E is #7C4171. Grayscale: #A7A7A7. Windows color (decimal): -8143218 or 9354883. OLE color: 9354883.

HSL color Cylindrical-coordinate representation of color #83BE8E: hue angle of 131.19º 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 #83BE8E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB131190142-
CMYK0.3100.250.25
HSL131.19º31.22%62.94%-
HSV(B)131.19º31.05%74.51%-
XYZ32.6643.6132.29-
YUV166.89113.95102.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=28.29%
G=41.04%
B=30.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901420.3100.250.25131.1931.2262.94
Hex83BE8E1F01919831f3f
Octal20327621637031312033777
Binary10000011101111101000111011111011001110011000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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