Html Css Color HEX #829593 Juniper

📋 copy color: '#829593'

red 130 ◦ green 149 ◦ blue 147

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

Shades of Juniper #829593

Tints of Juniper #829593

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

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 130 149 147 -
CMYK 0.13 0 0.01 0.42
HSL 173.68º 0.08% 0.55% -
HSV(B) 173.68º 0.13% 0.58% -
XYZ 25.22 28.35 31.75 -
YUV 143.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 130 149 147 0.13 0 0.01 0.42 173.68 0.08 0.55
Hex 82 95 93 D 0 1 2A AE 8 37
Octal 202 225 223 15 0 1 52 256 10 67
Binary 10000010 10010101 10010011 1101 0 1 101010 10101110 1000 110111

Color Harmonies of #829593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829593

Black with #829593

Text Example


Text Example

White with #829593

Text Example


Text Example

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