#81BF90

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

Shades of Bay Leaf #81BF90

Tints of Bay Leaf #81BF90

Color information

#81BF90 (or 0x81BF90) is unknown color: approx Bay Leaf. HEX triplet: 81, BF and 90. RGB value is (129,191,144). Sum of RGB (Red+Green+Blue) = 129+191+144=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BF90 is #7E406F. Grayscale: #A7A7A7. Windows color (decimal): -8274032 or 9486209. OLE color: 9486209.

HSL color Cylindrical-coordinate representation of color #81BF90: hue angle of 134.52º degrees, saturation: 0.33, 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 #81BF90 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB129191144-
CMYK0.3200.250.25
HSL134.52º32.63%62.75%-
HSV(B)134.52º32.46%74.9%-
XYZ32.7243.9433.14-
YUV167.1114.96100.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.80%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=27.80%
G=41.16%
B=31.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291911440.3200.250.25134.5232.6362.75
Hex81BF90200191987213f
Octal20127722040031312074177
Binary1000000110111111100100001000000110011100110000111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,191,144); }

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

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

 a { background-color: rgb(129,191,144); }

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

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

 span { border-color: rgb(129,191,144); }

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