Html Css Color HEX #829592 Juniper

📋 copy color: '#829592'

red 130 ◦ green 149 ◦ blue 146

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

Shades of Juniper #829592

Tints of Juniper #829592

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 value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#829592 (or 0x829592) is known color: 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

RGB 130 149 146 -
CMYK 0.13 0 0.02 0.42
HSL 170.53º 0.08% 0.55% -
HSV(B) 170.53º 0.13% 0.58% -
XYZ 25.14 28.32 31.33 -
YUV 142.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 130 149 146 0.13 0 0.02 0.42 170.53 0.08 0.55
Hex 82 95 92 D 0 2 2A AB 8 37
Octal 202 225 222 15 0 2 52 253 10 67
Binary 10000010 10010101 10010010 1101 0 10 101010 10101011 1000 110111

Color Harmonies of #829592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829592

Black with #829592

Text Example


Text Example

White with #829592

Text Example


Text Example

HTML Codes & Css Web 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>