#829592

Color #829592 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #829592

Tints of Juniper #829592

Color information

#829592 (or 0x829592) is unknown color: approx Juniper. HEX triplet: 82, 95 and 92. RGB value is (130,149,146). Sum of RGB (Red+Green+Blue) = 130+149+146=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #829592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829592 is #7D6A6D. Grayscale: #8E8E8E. Windows color (decimal): -8219246 or 9606530. OLE color: 9606530.

HSL color Cylindrical-coordinate representation of color #829592: hue angle of 170.53º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829592 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB130149146-
CMYK0.1300.020.42
HSL170.53º8.23%54.71%-
HSV(B)170.53º12.75%58.43%-
XYZ25.1428.3231.33-
YUV142.98129.71118.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=30.59%
G=35.06%
B=34.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491460.1300.020.42170.538.2354.71
Hex829592D022Aab837
Octal2022252221502522531067
Binary1000001010010101100100101101010101010101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829592; }

 p { color: rgb(130,149,146); }

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

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

 a { background-color: rgb(130,149,146); }

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

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

 span { border-color: rgb(130,149,146); }

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