Html Css Color HEX #819995 Juniper

📋 copy color: '#819995'

red 129 ◦ green 153 ◦ blue 149

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

Shades of Juniper #819995

Tints of Juniper #819995

RGB

 RED value IS 129 (50.78% from 255) = 29.93%

 GREEN value IS 153 (60.16% from 255) = 35.5%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 29.93%
G = 35.5%
B = 34.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#819995 (or 0x819995) is known color: Juniper. HEX triplet: 81, 99 and 95. RGB value is (129,153,149). Sum of RGB (Red+Green+Blue) = 129+153+149=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #819995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819995 is #7E666A. Grayscale: #919191. Windows color (decimal): -8283755 or 9804161. OLE color: 9804161.

HSL color Cylindrical-coordinate representation of color #819995: hue angle of 170º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #819995 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 149 -
CMYK 0.16 0 0.03 0.4
HSL 170º 0.11% 0.55% -
HSV(B) 170º 0.16% 0.6% -
XYZ 25.87 29.62 32.79 -
YUV 145.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 129 153 149 0.16 0 0.03 0.4 170 0.11 0.55
Hex 81 99 95 10 0 3 28 AA B 37
Octal 201 231 225 20 0 3 50 252 13 67
Binary 10000001 10011001 10010101 10000 0 11 101000 10101010 1011 110111

Color Harmonies of #819995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819995

Black with #819995

Text Example


Text Example

White with #819995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819995; }

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

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

background-color css

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

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

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

border-color css

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

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

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