#81B88B

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

Shades of Bay Leaf #81B88B

Tints of Bay Leaf #81B88B

Color information

#81B88B (or 0x81B88B) is unknown color: approx Bay Leaf. HEX triplet: 81, B8 and 8B. RGB value is (129,184,139). Sum of RGB (Red+Green+Blue) = 129+184+139=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #81B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B88B is #7E4774. Grayscale: #A2A2A2. Windows color (decimal): -8275829 or 9156737. OLE color: 9156737.

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

Color convert

RGB129184139-
CMYK0.3000.240.28
HSL130.91º27.92%61.37%-
HSV(B)130.91º29.89%72.16%-
XYZ30.8540.8130.68-
YUV162.43114.78104.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=28.54%
G=40.71%
B=30.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291841390.3000.240.28130.9127.9261.37
Hex81B88B1E0181C831c3d
Octal20127021336030342033475
Binary10000001101110001000101111110011000111001000001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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