#81BB8C

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

Shades of Bay Leaf #81BB8C

Tints of Bay Leaf #81BB8C

Color information

#81BB8C (or 0x81BB8C) is unknown color: approx Bay Leaf. HEX triplet: 81, BB and 8C. RGB value is (129,187,140). Sum of RGB (Red+Green+Blue) = 129+187+140=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB8C is #7E4473. Grayscale: #A4A4A4. Windows color (decimal): -8275060 or 9223041. OLE color: 9223041.

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

Color convert

RGB129187140-
CMYK0.3100.250.27
HSL131.38º29.9%61.96%-
HSV(B)131.38º31.02%73.33%-
XYZ31.5642.131.27-
YUV164.3114.28102.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=28.29%
G=41.01%
B=30.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291871400.3100.250.27131.3829.961.96
Hex81BB8C1F0191B831e3e
Octal20127321437031332033676
Binary10000001101110111000110011111011001110111000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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