#83BE8B

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

Shades of De York #83BE8B

Tints of De York #83BE8B

Color information

#83BE8B (or 0x83BE8B) is unknown color: approx De York. HEX triplet: 83, BE and 8B. RGB value is (131,190,139). Sum of RGB (Red+Green+Blue) = 131+190+139=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE8B is #7C4174. Grayscale: #A6A6A6. Windows color (decimal): -8143221 or 9158275. OLE color: 9158275.

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

Color convert

RGB131190139-
CMYK0.3100.270.25
HSL128.14º31.22%62.94%-
HSV(B)128.14º31.05%74.51%-
XYZ32.4343.5231.12-
YUV166.54112.45102.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=28.48%
G=41.30%
B=30.22%

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
Decimal1311901390.3100.270.25128.1431.2262.94
Hex83BE8B1F01B19801f3f
Octal20327621337033312003777
Binary10000011101111101000101111111011011110011000000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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