Html Css Color HEX #80995C Highland

📋 copy color: '#80995C'

red 128 ◦ green 153 ◦ blue 92

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

Shades of Highland #80995C

Tints of Highland #80995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 34.32%
G = 41.02%
B = 24.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#80995C (or 0x80995C) is known color: Highland. HEX triplet: 80, 99 and 5C. RGB value is (128,153,92). Sum of RGB (Red+Green+Blue) = 128+153+92=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #80995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80995C is #7F66A3. Grayscale: #8A8A8A. Windows color (decimal): -8349348 or 6068608. OLE color: 6068608.

HSL color Cylindrical-coordinate representation of color #80995C: hue angle of 84.59º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80995C is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 92 -
CMYK 0.16 0 0.40 0.4
HSL 84.59º 0.25% 0.48% -
HSV(B) 84.59º 0.4% 0.6% -
XYZ 22.23 28.14 14.39 -
YUV 138.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 128 153 92 0.16 0 0.40 0.4 84.59 0.25 0.48
Hex 80 99 5C 10 0 28 28 55 19 30
Octal 200 231 134 20 0 50 50 125 31 60
Binary 10000000 10011001 1011100 10000 0 101000 101000 1010101 11001 110000

Color Harmonies of #80995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80995C

Black with #80995C

Text Example


Text Example

White with #80995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80995C; }

 p { color: rgb(128,153,92); }

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

background-color css

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

 a { background-color: rgb(128,153,92); }

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

border-color css

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

 span { border-color: rgb(128,153,92); }

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