#81B48B

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

Shades of Bay Leaf #81B48B

Tints of Bay Leaf #81B48B

Color information

#81B48B (or 0x81B48B) is unknown color: approx Bay Leaf. HEX triplet: 81, B4 and 8B. RGB value is (129,180,139). Sum of RGB (Red+Green+Blue) = 129+180+139=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #81B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B48B is #7E4B74. Grayscale: #A0A0A0. Windows color (decimal): -8276853 or 9155713. OLE color: 9155713.

HSL color Cylindrical-coordinate representation of color #81B48B: hue angle of 131.76º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B48B is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB129180139-
CMYK0.2800.230.29
HSL131.76º25.37%60.59%-
HSV(B)131.76º28.33%70.59%-
XYZ30.0339.1730.4-
YUV160.08116.1105.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=28.79%
G=40.18%
B=31.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291801390.2800.230.29131.7625.3760.59
Hex81B48B1C0171D84193d
Octal20126421334027352043175
Binary10000001101101001000101111100010111111011000010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,180,139); }

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

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

 a { background-color: rgb(129,180,139); }

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

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

 span { border-color: rgb(129,180,139); }

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