#829E8E

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

Shades of Bay Leaf #829E8E

Tints of Bay Leaf #829E8E

Color information

#829E8E (or 0x829E8E) is unknown color: approx Bay Leaf. HEX triplet: 82, 9E and 8E. RGB value is (130,158,142). Sum of RGB (Red+Green+Blue) = 130+158+142=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #829E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829E8E is #7D6171. Grayscale: #939393. Windows color (decimal): -8216946 or 9346690. OLE color: 9346690.

HSL color Cylindrical-coordinate representation of color #829E8E: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829E8E is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB130158142-
CMYK0.1800.100.38
HSL145.71º12.61%56.47%-
HSV(B)145.71º17.72%61.96%-
XYZ26.3231.1530.22-
YUV147.8124.72115.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=30.23%
G=36.74%
B=33.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301581420.1800.100.38145.7112.6156.47
Hex829E8E120A2692d38
Octal20223621622012462221570
Binary1000001010011110100011101001001010100110100100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829E8E; }

 p { color: rgb(130,158,142); }

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

<style>
 a { background-color: #829E8E; }

 a { background-color: rgb(130,158,142); }

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

<style>
 span { border-color: #829E8E; }

 span { border-color: rgb(130,158,142); }

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