#829693

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

Shades of Juniper #829693

Tints of Juniper #829693

Color information

#829693 (or 0x829693) is unknown color: approx Juniper. HEX triplet: 82, 96 and 93. RGB value is (130,150,147). Sum of RGB (Red+Green+Blue) = 130+150+147=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #829693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829693 is #7D696C. Grayscale: #8F8F8F. Windows color (decimal): -8218989 or 9672322. OLE color: 9672322.

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

Color convert

RGB130150147-
CMYK0.1300.020.41
HSL171º8.7%54.9%-
HSV(B)171º13.33%58.82%-
XYZ25.3828.6731.8-
YUV143.68129.87118.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=30.44%
G=35.13%
B=34.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501470.1300.020.411718.754.9
Hex829693D0229ab937
Octal2022262231502512531167
Binary1000001010010110100100111101010101001101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829693; }

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

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

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

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

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

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

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

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