Html Css Color HEX #828D5D Bitter

📋 copy color: '#828D5D'

red 130 ◦ green 141 ◦ blue 93

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

Shades of Bitter #828D5D

Tints of Bitter #828D5D

RGB

 RED value IS 130 (51.17% from 255) = 35.71%

 GREEN value IS 141 (55.47% from 255) = 38.74%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 35.71%
G = 38.74%
B = 25.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#828D5D (or 0x828D5D) is known color: Bitter. HEX triplet: 82, 8D and 5D. RGB value is (130,141,93). Sum of RGB (Red+Green+Blue) = 130+141+93=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #828D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D5D is #7D72A2. Grayscale: #848484. Windows color (decimal): -8221347 or 6131074. OLE color: 6131074.

HSL color Cylindrical-coordinate representation of color #828D5D: hue angle of 73.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #828D5D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 93 -
CMYK 0.08 0 0.34 0.45
HSL 73.75º 0.21% 0.46% -
HSV(B) 73.75º 0.34% 0.55% -
XYZ 20.71 24.59 14.01 -
YUV 132.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 130 141 93 0.08 0 0.34 0.45 73.75 0.21 0.46
Hex 82 8D 5D 8 0 22 2D 4A 15 2E
Octal 202 215 135 10 0 42 55 112 25 56
Binary 10000010 10001101 1011101 1000 0 100010 101101 1001010 10101 101110

Color Harmonies of #828D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D5D

Black with #828D5D

Text Example


Text Example

White with #828D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828D5D; }

 p { color: rgb(130,141,93); }

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

background-color css

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

 a { background-color: rgb(130,141,93); }

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

border-color css

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

 span { border-color: rgb(130,141,93); }

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