#81AD8A

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

Shades of Bay Leaf #81AD8A

Tints of Bay Leaf #81AD8A

Color information

#81AD8A (or 0x81AD8A) is unknown color: approx Bay Leaf. HEX triplet: 81, AD and 8A. RGB value is (129,173,138). Sum of RGB (Red+Green+Blue) = 129+173+138=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AD8A is #7E5275. Grayscale: #9B9B9B. Windows color (decimal): -8278646 or 9088385. OLE color: 9088385.

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

Color convert

RGB129173138-
CMYK0.2500.200.32
HSL132.27º21.15%59.22%-
HSV(B)132.27º25.43%67.84%-
XYZ28.5836.3929.56-
YUV155.85117.92108.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=29.32%
G=39.32%
B=31.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291731380.2500.200.32132.2721.1559.22
Hex81AD8A190142084153b
Octal20125521231024402042573
Binary100000011010110110001010110010101001000001000010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,138); }

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

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

 a { background-color: rgb(129,173,138); }

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

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

 span { border-color: rgb(129,173,138); }

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