#81BC86

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

Shades of De York #81BC86

Tints of De York #81BC86

Color information

#81BC86 (or 0x81BC86) is unknown color: approx De York. HEX triplet: 81, BC and 86. RGB value is (129,188,134). Sum of RGB (Red+Green+Blue) = 129+188+134=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC86 is #7E4379. Grayscale: #A4A4A4. Windows color (decimal): -8274810 or 8830081. OLE color: 8830081.

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

Color convert

RGB129188134-
CMYK0.3100.290.26
HSL125.08º30.57%62.16%-
HSV(B)125.08º31.38%73.73%-
XYZ31.3442.3529.08-
YUV164.2110.95102.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 134 (52.73% from 255) = 29.71%
R=28.60%
G=41.69%
B=29.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881340.3100.290.26125.0830.5762.16
Hex81BC861F01D1A7d1f3e
Octal20127420637035321753776
Binary1000000110111100100001101111101110111010111110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BC86; }

 p { color: rgb(129,188,134); }

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

<style>
 a { background-color: #81BC86; }

 a { background-color: rgb(129,188,134); }

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

<style>
 span { border-color: #81BC86; }

 span { border-color: rgb(129,188,134); }

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