#81B991

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

Shades of Bay Leaf #81B991

Tints of Bay Leaf #81B991

Color information

#81B991 (or 0x81B991) is unknown color: approx Bay Leaf. HEX triplet: 81, B9 and 91. RGB value is (129,185,145). Sum of RGB (Red+Green+Blue) = 129+185+145=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #81B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B991 is #7E466E. Grayscale: #A3A3A3. Windows color (decimal): -8275567 or 9550209. OLE color: 9550209.

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

Color convert

RGB129185145-
CMYK0.3000.220.27
HSL137.14º28.57%61.57%-
HSV(B)137.14º30.27%72.55%-
XYZ31.5141.4133.12-
YUV163.7117.45103.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.10%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=28.10%
G=40.31%
B=31.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851450.3000.220.27137.1428.5761.57
Hex81B9911E0161B891d3e
Octal20127122136026332113576
Binary10000001101110011001000111110010110110111000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,145); }

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

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

 a { background-color: rgb(129,185,145); }

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

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

 span { border-color: rgb(129,185,145); }

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