#82AA90

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

Shades of Bay Leaf #82AA90

Tints of Bay Leaf #82AA90

Color information

#82AA90 (or 0x82AA90) is unknown color: approx Bay Leaf. HEX triplet: 82, AA and 90. RGB value is (130,170,144). Sum of RGB (Red+Green+Blue) = 130+170+144=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA90 is #7D556F. Grayscale: #9B9B9B. Windows color (decimal): -8213872 or 9480834. OLE color: 9480834.

HSL color Cylindrical-coordinate representation of color #82AA90: hue angle of 141º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AA90 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB130170144-
CMYK0.2400.150.33
HSL141º19.05%58.82%-
HSV(B)141º23.53%66.67%-
XYZ28.6135.5131.73-
YUV155.08121.75110.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=29.28%
G=38.29%
B=32.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701440.2400.150.3314119.0558.82
Hex82AA90180F218d133b
Octal20225222030017412152373
Binary10000010101010101001000011000011111000011000110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AA90; }

 p { color: rgb(130,170,144); }

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

<style>
 a { background-color: #82AA90; }

 a { background-color: rgb(130,170,144); }

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

<style>
 span { border-color: #82AA90; }

 span { border-color: rgb(130,170,144); }

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