Html Css Color HEX #829694 Juniper

📋 copy color: '#829694'

red 130 ◦ green 150 ◦ blue 148

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

Shades of Juniper #829694

Tints of Juniper #829694

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.2% from 255) = 34.58%

R = 30.37%
G = 35.05%
B = 34.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 130 150 148 -
CMYK 0.13 0 0.01 0.41
HSL 174º 0.09% 0.55% -
HSV(B) 174º 0.13% 0.59% -
XYZ 25.46 28.7 32.21 -
YUV 143.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 130 150 148 0.13 0 0.01 0.41 174 0.09 0.55
Hex 82 96 94 D 0 1 29 AE 9 37
Octal 202 226 224 15 0 1 51 256 11 67
Binary 10000010 10010110 10010100 1101 0 1 101001 10101110 1001 110111

Color Harmonies of #829694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829694

Black with #829694

Text Example


Text Example

White with #829694

Text Example


Text Example

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