#83BE8A

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

Shades of De York #83BE8A

Tints of De York #83BE8A

Color information

#83BE8A (or 0x83BE8A) is unknown color: approx De York. HEX triplet: 83, BE and 8A. RGB value is (131,190,138). Sum of RGB (Red+Green+Blue) = 131+190+138=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE8A is #7C4175. Grayscale: #A6A6A6. Windows color (decimal): -8143222 or 9092739. OLE color: 9092739.

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

Color convert

RGB131190138-
CMYK0.3100.270.25
HSL127.12º31.22%62.94%-
HSV(B)127.12º31.05%74.51%-
XYZ32.3643.4930.73-
YUV166.43111.95102.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=28.54%
G=41.39%
B=30.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901380.3100.270.25127.1231.2262.94
Hex83BE8A1F01B197f1f3f
Octal20327621237033311773777
Binary1000001110111110100010101111101101111001111111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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