#83BE85

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

Shades of De York #83BE85

Tints of De York #83BE85

Color information

#83BE85 (or 0x83BE85) is unknown color: approx De York. HEX triplet: 83, BE and 85. RGB value is (131,190,133). Sum of RGB (Red+Green+Blue) = 131+190+133=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE85 is #7C417A. Grayscale: #A6A6A6. Windows color (decimal): -8143227 or 8765059. OLE color: 8765059.

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

Color convert

RGB131190133-
CMYK0.3100.30.25
HSL122.03º31.22%62.94%-
HSV(B)122.03º31.05%74.51%-
XYZ32.0143.3528.87-
YUV165.86109.45103.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.85%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=28.85%
G=41.85%
B=29.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901330.3100.30.25122.0331.2262.94
Hex83BE851F01E197a1f3f
Octal20327620537036311723777
Binary1000001110111110100001011111101111011001111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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