#819392

Color #819392 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #819392

Tints of Juniper #819392

Color information

#819392 (or 0x819392) is unknown color: approx Juniper. HEX triplet: 81, 93 and 92. RGB value is (129,147,146). Sum of RGB (Red+Green+Blue) = 129+147+146=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #819392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819392 is #7E6C6D. Grayscale: #8D8D8D. Windows color (decimal): -8285294 or 9606017. OLE color: 9606017.

HSL color Cylindrical-coordinate representation of color #819392: hue angle of 176.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819392 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB129147146-
CMYK0.1200.010.42
HSL176.67º7.69%54.12%-
HSV(B)176.67º12.24%57.65%-
XYZ24.6827.6131.22-
YUV141.5130.54119.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=30.57%
G=34.83%
B=34.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471460.1200.010.42176.677.6954.12
Hex819392C012Ab1836
Octal2012232221401522611066
Binary100000011001001110010010110001101010101100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819392; }

 p { color: rgb(129,147,146); }

 H1.HeaderClassName
 {
   color: #819392;
 }
 .AnyTagClassName
 {
   color: #819392;
 }
</style>
background-color css

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

 a { background-color: rgb(129,147,146); }

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

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

 span { border-color: rgb(129,147,146); }

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