Html Css Color HEX #829392 Juniper

📋 copy color: '#829392'

red 130 ◦ green 147 ◦ blue 146

#829392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #829392

Tints of Juniper #829392

RGB

 RED value IS 130 (51.17% from 255) = 30.73%

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 30.73%
G = 34.75%
B = 34.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#829392 (or 0x829392) is known color: Juniper. HEX triplet: 82, 93 and 92. RGB value is (130,147,146). Sum of RGB (Red+Green+Blue) = 130+147+146=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #829392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829392 is #7D6C6D. Grayscale: #8D8D8D. Windows color (decimal): -8219758 or 9606018. OLE color: 9606018.

HSL color Cylindrical-coordinate representation of color #829392: hue angle of 176.47º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #829392 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 146 -
CMYK 0.12 0 0.01 0.42
HSL 176.47º 0.07% 0.54% -
HSV(B) 176.47º 0.12% 0.58% -
XYZ 24.83 27.69 31.23 -
YUV 141.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 130 147 146 0.12 0 0.01 0.42 176.47 0.07 0.54
Hex 82 93 92 C 0 1 2A B0 7 36
Octal 202 223 222 14 0 1 52 260 7 66
Binary 10000010 10010011 10010010 1100 0 1 101010 10110000 111 110110

Color Harmonies of #829392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829392

Black with #829392

Text Example


Text Example

White with #829392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829392; }

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

 H1.HeaderClassName
 {
   color: #829392;
 }
 .AnyTagClassName
 {
   color: #829392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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