Html Css Color HEX #808562 Bitter

📋 copy color: '#808562'

red 128 ◦ green 133 ◦ blue 98

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

Shades of Bitter #808562

Tints of Bitter #808562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 35.65%
G = 37.05%
B = 27.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#808562 (or 0x808562) is known color: Bitter. HEX triplet: 80, 85 and 62. RGB value is (128,133,98). Sum of RGB (Red+Green+Blue) = 128+133+98=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #808562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808562 is #7F7A9D. Grayscale: #7F7F7F. Windows color (decimal): -8354462 or 6456704. OLE color: 6456704.

HSL color Cylindrical-coordinate representation of color #808562: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808562 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 98 -
CMYK 0.04 0 0.26 0.48
HSL 68.57º 0.15% 0.45% -
HSV(B) 68.57º 0.26% 0.52% -
XYZ 19.49 22.25 14.82 -
YUV 127.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 128 133 98 0.04 0 0.26 0.48 68.57 0.15 0.45
Hex 80 85 62 4 0 1A 30 45 F 2D
Octal 200 205 142 4 0 32 60 105 17 55
Binary 10000000 10000101 1100010 100 0 11010 110000 1000101 1111 101101

Color Harmonies of #808562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808562

Black with #808562

Text Example


Text Example

White with #808562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808562; }

 p { color: rgb(128,133,98); }

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

background-color css

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

 a { background-color: rgb(128,133,98); }

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

border-color css

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

 span { border-color: rgb(128,133,98); }

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