#81BD8E

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

Shades of Bay Leaf #81BD8E

Tints of Bay Leaf #81BD8E

Color information

#81BD8E (or 0x81BD8E) is unknown color: approx Bay Leaf. HEX triplet: 81, BD and 8E. RGB value is (129,189,142). Sum of RGB (Red+Green+Blue) = 129+189+142=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD8E is #7E4271. Grayscale: #A5A5A5. Windows color (decimal): -8274546 or 9354625. OLE color: 9354625.

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

Color convert

RGB129189142-
CMYK0.3200.250.26
HSL133º31.25%62.35%-
HSV(B)133º31.75%74.12%-
XYZ32.1343.0232.2-
YUV165.7114.62101.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=28.04%
G=41.09%
B=30.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291891420.3200.250.2613331.2562.35
Hex81BD8E200191A851f3e
Octal20127521640031322053776
Binary100000011011110110001110100000011001110101000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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