#81B98C

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

Shades of Bay Leaf #81B98C

Tints of Bay Leaf #81B98C

Color information

#81B98C (or 0x81B98C) is unknown color: approx Bay Leaf. HEX triplet: 81, B9 and 8C. RGB value is (129,185,140). Sum of RGB (Red+Green+Blue) = 129+185+140=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #81B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B98C is #7E4673. Grayscale: #A3A3A3. Windows color (decimal): -8275572 or 9222529. OLE color: 9222529.

HSL color Cylindrical-coordinate representation of color #81B98C: hue angle of 131.79º 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 #81B98C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB129185140-
CMYK0.3000.240.27
HSL131.79º28.57%61.57%-
HSV(B)131.79º30.27%72.55%-
XYZ31.1441.2631.13-
YUV163.13114.95103.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=28.41%
G=40.75%
B=30.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291851400.3000.240.27131.7928.5761.57
Hex81B98C1E0181B841d3e
Octal20127121436030332043576
Binary10000001101110011000110011110011000110111000010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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