#819895

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

Shades of Juniper #819895

Tints of Juniper #819895

Color information

#819895 (or 0x819895) is unknown color: approx Juniper. HEX triplet: 81, 98 and 95. RGB value is (129,152,149). Sum of RGB (Red+Green+Blue) = 129+152+149=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #819895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819895 is #7E676A. Grayscale: #909090. Windows color (decimal): -8284011 or 9803905. OLE color: 9803905.

HSL color Cylindrical-coordinate representation of color #819895: hue angle of 172.17º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819895 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB129152149-
CMYK0.1500.020.40
HSL172.17º10.04%55.1%-
HSV(B)172.17º15.13%59.61%-
XYZ25.7129.2932.73-
YUV144.78130.38116.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=30%
G=35.35%
B=34.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521490.1500.020.40172.1710.0455.1
Hex819895F0228aca37
Octal2012302251702502541267
Binary1000000110011000100101011111010101000101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819895; }

 p { color: rgb(129,152,149); }

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

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

 a { background-color: rgb(129,152,149); }

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

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

 span { border-color: rgb(129,152,149); }

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