#83BD8D

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

Shades of De York #83BD8D

Tints of De York #83BD8D

Color information

#83BD8D (or 0x83BD8D) is unknown color: approx De York. HEX triplet: 83, BD and 8D. RGB value is (131,189,141). Sum of RGB (Red+Green+Blue) = 131+189+141=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD8D is #7C4272. Grayscale: #A6A6A6. Windows color (decimal): -8143475 or 9289091. OLE color: 9289091.

HSL color Cylindrical-coordinate representation of color #83BD8D: hue angle of 130.34º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BD8D is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB131189141-
CMYK0.3100.250.26
HSL130.34º30.53%62.75%-
HSV(B)130.34º30.69%74.12%-
XYZ32.3743.1431.82-
YUV166.19113.78102.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=28.42%
G=41.00%
B=30.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311891410.3100.250.26130.3430.5362.75
Hex83BD8D1F0191A821f3f
Octal20327521537031322023777
Binary10000011101111011000110111111011001110101000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,141); }

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

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

 a { background-color: rgb(131,189,141); }

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

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

 span { border-color: rgb(131,189,141); }

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