#829694

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

Shades of Juniper #829694

Tints of Juniper #829694

Color information

#829694 (or 0x829694) is unknown color: approx Juniper. HEX triplet: 82, 96 and 94. RGB value is (130,150,148). Sum of RGB (Red+Green+Blue) = 130+150+148=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #829694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829694 is #7D696B. Grayscale: #8F8F8F. Windows color (decimal): -8218988 or 9737858. OLE color: 9737858.

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

Color convert

RGB130150148-
CMYK0.1300.010.41
HSL174º8.7%54.9%-
HSV(B)174º13.33%58.82%-
XYZ25.4628.732.21-
YUV143.79130.37118.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=30.37%
G=35.05%
B=34.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501480.1300.010.411748.754.9
Hex829694D0129ae937
Octal2022262241501512561167
Binary100000101001011010010100110101101001101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829694; }

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

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

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

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

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

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

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

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