#829593

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

Shades of Juniper #829593

Tints of Juniper #829593

Color information

#829593 (or 0x829593) is unknown color: approx Juniper. HEX triplet: 82, 95 and 93. RGB value is (130,149,147). Sum of RGB (Red+Green+Blue) = 130+149+147=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #829593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829593 is #7D6A6C. Grayscale: #8F8F8F. Windows color (decimal): -8219245 or 9672066. OLE color: 9672066.

HSL color Cylindrical-coordinate representation of color #829593: hue angle of 173.68º 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 #829593 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB130149147-
CMYK0.1300.010.42
HSL173.68º8.23%54.71%-
HSV(B)173.68º12.75%58.43%-
XYZ25.2228.3531.75-
YUV143.09130.21118.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=30.52%
G=34.98%
B=34.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491470.1300.010.42173.688.2354.71
Hex829593D012Aae837
Octal2022252231501522561067
Binary100000101001010110010011110101101010101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829593; }

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

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

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

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

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

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

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

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