#81A48D

Color #81A48D Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #81A48D

Tints of Bay Leaf #81A48D

Color information

#81A48D (or 0x81A48D) is unknown color: approx Bay Leaf. HEX triplet: 81, A4 and 8D. RGB value is (129,164,141). Sum of RGB (Red+Green+Blue) = 129+164+141=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #81A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A48D is #7E5B72. Grayscale: #969696. Windows color (decimal): -8280947 or 9282689. OLE color: 9282689.

HSL color Cylindrical-coordinate representation of color #81A48D: hue angle of 140.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A48D is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB129164141-
CMYK0.2100.140.36
HSL140.57º16.13%57.45%-
HSV(B)140.57º21.34%64.31%-
XYZ27.1433.1430.17-
YUV150.91122.4112.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.72%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=29.72%
G=37.79%
B=32.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641410.2100.140.36140.5716.1357.45
Hex81A48D150E248d1039
Octal20124421525016442152071
Binary10000001101001001000110110101011101001001000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,141); }

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

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

 a { background-color: rgb(129,164,141); }

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

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

 span { border-color: rgb(129,164,141); }

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