Html Css Color HEX #839693 Juniper

📋 copy color: '#839693'

red 131 ◦ green 150 ◦ blue 147

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

Shades of Juniper #839693

Tints of Juniper #839693

RGB

 RED value IS 131 (51.56% from 255) = 30.61%

 GREEN value IS 150 (58.98% from 255) = 35.05%

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 30.61%
G = 35.05%
B = 34.35%

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

#839693 (or 0x839693) is known color: Juniper. HEX triplet: 83, 96 and 93. RGB value is (131,150,147). Sum of RGB (Red+Green+Blue) = 131+150+147=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #839693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839693 is #7C696C. Grayscale: #8F8F8F. Windows color (decimal): -8153453 or 9672323. OLE color: 9672323.

HSL color Cylindrical-coordinate representation of color #839693: hue angle of 170.53º degrees, saturation: 0.08, 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 #839693 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 150 147 -
CMYK 0.13 0 0.02 0.41
HSL 170.53º 0.08% 0.55% -
HSV(B) 170.53º 0.13% 0.59% -
XYZ 25.53 28.74 31.81 -
YUV 143.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 131 150 147 0.13 0 0.02 0.41 170.53 0.08 0.55
Hex 83 96 93 D 0 2 29 AB 8 37
Octal 203 226 223 15 0 2 51 253 10 67
Binary 10000011 10010110 10010011 1101 0 10 101001 10101011 1000 110111

Color Harmonies of #839693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839693

Black with #839693

Text Example


Text Example

White with #839693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839693; }

 p { color: rgb(131,150,147); }

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

background-color css

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

 a { background-color: rgb(131,150,147); }

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

border-color css

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

 span { border-color: rgb(131,150,147); }

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