Html Css Color HEX #819592 Juniper

📋 copy color: '#819592'

red 129 ◦ green 149 ◦ blue 146

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

Shades of Juniper #819592

Tints of Juniper #819592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 30.42%
G = 35.14%
B = 34.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#819592 (or 0x819592) is known color: Juniper. HEX triplet: 81, 95 and 92. RGB value is (129,149,146). Sum of RGB (Red+Green+Blue) = 129+149+146=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #819592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819592 is #7E6A6D. Grayscale: #8E8E8E. Windows color (decimal): -8284782 or 9606529. OLE color: 9606529.

HSL color Cylindrical-coordinate representation of color #819592: hue angle of 171º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #819592 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 149 146 -
CMYK 0.13 0 0.02 0.42
HSL 171º 0.09% 0.55% -
HSV(B) 171º 0.13% 0.58% -
XYZ 24.99 28.24 31.33 -
YUV 142.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 129 149 146 0.13 0 0.02 0.42 171 0.09 0.55
Hex 81 95 92 D 0 2 2A AB 9 37
Octal 201 225 222 15 0 2 52 253 11 67
Binary 10000001 10010101 10010010 1101 0 10 101010 10101011 1001 110111

Color Harmonies of #819592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819592

Black with #819592

Text Example


Text Example

White with #819592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819592; }

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

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

background-color css

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

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

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

border-color css

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

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

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