#81BC89

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

Shades of De York #81BC89

Tints of De York #81BC89

Color information

#81BC89 (or 0x81BC89) is unknown color: approx De York. HEX triplet: 81, BC and 89. RGB value is (129,188,137). Sum of RGB (Red+Green+Blue) = 129+188+137=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC89 is #7E4376. Grayscale: #A4A4A4. Windows color (decimal): -8274807 or 9026689. OLE color: 9026689.

HSL color Cylindrical-coordinate representation of color #81BC89: hue angle of 128.14º 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 #81BC89 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB129188137-
CMYK0.3100.270.26
HSL128.14º30.57%62.16%-
HSV(B)128.14º31.38%73.73%-
XYZ31.5542.4430.2-
YUV164.54112.45102.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=28.41%
G=41.41%
B=30.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881370.3100.270.26128.1430.5762.16
Hex81BC891F01B1A801f3e
Octal20127421137033322003776
Binary10000001101111001000100111111011011110101000000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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