#83C186

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

Shades of De York #83C186

Tints of De York #83C186

Color information

#83C186 (or 0x83C186) is unknown color: approx De York. HEX triplet: 83, C1 and 86. RGB value is (131,193,134). Sum of RGB (Red+Green+Blue) = 131+193+134=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #83C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C186 is #7C3E79. Grayscale: #A7A7A7. Windows color (decimal): -8142458 or 8831363. OLE color: 8831363.

HSL color Cylindrical-coordinate representation of color #83C186: hue angle of 122.9º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C186 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB131193134-
CMYK0.3200.310.24
HSL122.9º33.33%63.53%-
HSV(B)122.9º32.12%75.69%-
XYZ32.7344.6929.45-
YUV167.74108.96101.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=28.60%
G=42.14%
B=29.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311931340.3200.310.24122.933.3363.53
Hex83C1862001F187b2140
Octal203301206400373017341100
Binary1000001111000001100001101000000111111100011110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,134); }

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

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

 a { background-color: rgb(131,193,134); }

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

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

 span { border-color: rgb(131,193,134); }

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