#81BB8A

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

Shades of De York #81BB8A

Tints of De York #81BB8A

Color information

#81BB8A (or 0x81BB8A) is unknown color: approx De York. HEX triplet: 81, BB and 8A. RGB value is (129,187,138). Sum of RGB (Red+Green+Blue) = 129+187+138=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB8A is #7E4475. Grayscale: #A4A4A4. Windows color (decimal): -8275062 or 9091969. OLE color: 9091969.

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

Color convert

RGB129187138-
CMYK0.3100.260.27
HSL129.31º29.9%61.96%-
HSV(B)129.31º31.02%73.33%-
XYZ31.4142.0430.5-
YUV164.07113.28102.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=28.41%
G=41.19%
B=30.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291871380.3100.260.27129.3129.961.96
Hex81BB8A1F01A1B811e3e
Octal20127321237032332013676
Binary10000001101110111000101011111011010110111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,187,138); }

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

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

 a { background-color: rgb(129,187,138); }

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

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

 span { border-color: rgb(129,187,138); }

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