#81AC90

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

Shades of Bay Leaf #81AC90

Tints of Bay Leaf #81AC90

Color information

#81AC90 (or 0x81AC90) is unknown color: approx Bay Leaf. HEX triplet: 81, AC and 90. RGB value is (129,172,144). Sum of RGB (Red+Green+Blue) = 129+172+144=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AC90 is #7E536F. Grayscale: #9C9C9C. Windows color (decimal): -8278896 or 9481345. OLE color: 9481345.

HSL color Cylindrical-coordinate representation of color #81AC90: hue angle of 140.93º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AC90 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB129172144-
CMYK0.2500.160.33
HSL140.93º20.57%59.02%-
HSV(B)140.93º25%67.45%-
XYZ28.8436.1931.85-
YUV155.95121.25108.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.99%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=28.99%
G=38.65%
B=32.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291721440.2500.160.33140.9320.5759.02
Hex81AC9019010218d153b
Octal20125422031020412152573
Binary100000011010110010010000110010100001000011000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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