#83BB86

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

Shades of De York #83BB86

Tints of De York #83BB86

Color information

#83BB86 (or 0x83BB86) is unknown color: approx De York. HEX triplet: 83, BB and 86. RGB value is (131,187,134). Sum of RGB (Red+Green+Blue) = 131+187+134=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB86 is #7C4479. Grayscale: #A4A4A4. Windows color (decimal): -8143994 or 8829827. OLE color: 8829827.

HSL color Cylindrical-coordinate representation of color #83BB86: hue angle of 123.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BB86 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB131187134-
CMYK0.3000.280.27
HSL123.21º29.17%62.35%-
HSV(B)123.21º29.95%73.33%-
XYZ31.4342.0929.02-
YUV164.21110.95104.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.98%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=28.98%
G=41.37%
B=29.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311871340.3000.280.27123.2129.1762.35
Hex83BB861E01C1B7b1d3e
Octal20327320636034331733576
Binary1000001110111011100001101111001110011011111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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