#81B289

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

Shades of Bay Leaf #81B289

Tints of Bay Leaf #81B289

Color information

#81B289 (or 0x81B289) is unknown color: approx Bay Leaf. HEX triplet: 81, B2 and 89. RGB value is (129,178,137). Sum of RGB (Red+Green+Blue) = 129+178+137=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #81B289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81B289 is #7E4D76. Grayscale: #9E9E9E. Windows color (decimal): -8277367 or 9024129. OLE color: 9024129.

HSL color Cylindrical-coordinate representation of color #81B289: hue angle of 129.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B289 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB129178137-
CMYK0.2800.230.30
HSL129.8º24.14%60.2%-
HSV(B)129.8º27.53%69.8%-
XYZ29.4938.3129.51-
YUV158.67115.77106.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=29.05%
G=40.09%
B=30.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1291781370.2800.230.30129.824.1460.2
Hex81B2891C0171E82183c
Octal20126221134027362023074
Binary10000001101100101000100111100010111111101000001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,178,137); }

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

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

 a { background-color: rgb(129,178,137); }

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

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

 span { border-color: rgb(129,178,137); }

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