Html Css Color HEX #829693 Juniper

📋 copy color: '#829693'

red 130 ◦ green 150 ◦ blue 147

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

Shades of Juniper #829693

Tints of Juniper #829693

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

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 130 150 147 -
CMYK 0.13 0 0.02 0.41
HSL 171º 0.09% 0.55% -
HSV(B) 171º 0.13% 0.59% -
XYZ 25.38 28.67 31.8 -
YUV 143.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 130 150 147 0.13 0 0.02 0.41 171 0.09 0.55
Hex 82 96 93 D 0 2 29 AB 9 37
Octal 202 226 223 15 0 2 51 253 11 67
Binary 10000010 10010110 10010011 1101 0 10 101001 10101011 1001 110111

Color Harmonies of #829693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829693

Black with #829693

Text Example


Text Example

White with #829693

Text Example


Text Example

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