#83C386

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

Shades of De York #83C386

Tints of De York #83C386

Color information

#83C386 (or 0x83C386) is unknown color: approx De York. HEX triplet: 83, C3 and 86. RGB value is (131,195,134). Sum of RGB (Red+Green+Blue) = 131+195+134=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #83C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C386 is #7C3C79. Grayscale: #A9A9A9. Windows color (decimal): -8141946 or 8831875. OLE color: 8831875.

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

Color convert

RGB131195134-
CMYK0.3300.310.24
HSL122.81º34.78%63.92%-
HSV(B)122.81º32.82%76.47%-
XYZ33.1845.5829.6-
YUV168.91108.3100.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=28.48%
G=42.39%
B=29.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311951340.3300.310.24122.8134.7863.92
Hex83C3862101F187b2340
Octal203303206410373017343100
Binary1000001111000011100001101000010111111100011110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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