#81BE92

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

Shades of Bay Leaf #81BE92

Tints of Bay Leaf #81BE92

Color information

#81BE92 (or 0x81BE92) is unknown color: approx Bay Leaf. HEX triplet: 81, BE and 92. RGB value is (129,190,146). Sum of RGB (Red+Green+Blue) = 129+190+146=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE92 is #7E416D. Grayscale: #A6A6A6. Windows color (decimal): -8274286 or 9617025. OLE color: 9617025.

HSL color Cylindrical-coordinate representation of color #81BE92: hue angle of 136.72º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE92 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB129190146-
CMYK0.3200.230.25
HSL136.72º31.94%62.55%-
HSV(B)136.72º32.11%74.51%-
XYZ32.6643.5733.88-
YUV166.74116.29101.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=27.74%
G=40.86%
B=31.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291901460.3200.230.25136.7231.9462.55
Hex81BE92200171989203f
Octal20127622240027312114077
Binary1000000110111110100100101000000101111100110001001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,146); }

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

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

 a { background-color: rgb(129,190,146); }

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

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

 span { border-color: rgb(129,190,146); }

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