#81B18E

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

Shades of Bay Leaf #81B18E

Tints of Bay Leaf #81B18E

Color information

#81B18E (or 0x81B18E) is unknown color: approx Bay Leaf. HEX triplet: 81, B1 and 8E. RGB value is (129,177,142). Sum of RGB (Red+Green+Blue) = 129+177+142=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #81B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B18E is #7E4E71. Grayscale: #9E9E9E. Windows color (decimal): -8277618 or 9351553. OLE color: 9351553.

HSL color Cylindrical-coordinate representation of color #81B18E: hue angle of 136.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81B18E is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB129177142-
CMYK0.2700.200.31
HSL136.25º23.53%60%-
HSV(B)136.25º27.12%69.41%-
XYZ29.6638.0631.38-
YUV158.66118.6106.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=28.79%
G=39.51%
B=31.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291771420.2700.200.31136.2523.5360
Hex81B18E1B0141F88183c
Octal20126121633024372103074
Binary10000001101100011000111011011010100111111000100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,142); }

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

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

 a { background-color: rgb(129,177,142); }

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

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

 span { border-color: rgb(129,177,142); }

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