Html Css Color HEX #809A96 Juniper

📋 copy color: '#809A96'

red 128 ◦ green 154 ◦ blue 150

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

Shades of Juniper #809A96

Tints of Juniper #809A96

RGB

 RED value IS 128 (50.39% from 255) = 29.63%

 GREEN value IS 154 (60.55% from 255) = 35.65%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 29.63%
G = 35.65%
B = 34.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#809A96 (or 0x809A96) is known color: Juniper. HEX triplet: 80, 9A and 96. RGB value is (128,154,150). Sum of RGB (Red+Green+Blue) = 128+154+150=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #809A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809A96 is #7F6569. Grayscale: #919191. Windows color (decimal): -8349034 or 9869952. OLE color: 9869952.

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

Color convert

RGB 128 154 150 -
CMYK 0.17 0 0.03 0.40
HSL 170.77º 0.11% 0.55% -
HSV(B) 170.77º 0.17% 0.6% -
XYZ 25.96 29.9 33.26 -
YUV 145.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 128 154 150 0.17 0 0.03 0.40 170.77 0.11 0.55
Hex 80 9A 96 11 0 3 28 AB B 37
Octal 200 232 226 21 0 3 50 253 13 67
Binary 10000000 10011010 10010110 10001 0 11 101000 10101011 1011 110111

Color Harmonies of #809A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A96

Black with #809A96

Text Example


Text Example

White with #809A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A96; }

 p { color: rgb(128,154,150); }

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

background-color css

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

 a { background-color: rgb(128,154,150); }

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

border-color css

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

 span { border-color: rgb(128,154,150); }

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