Html Css Color HEX #828D65 Bitter

📋 copy color: '#828D65'

red 130 ◦ green 141 ◦ blue 101

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

Shades of Bitter #828D65

Tints of Bitter #828D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 34.95%
G = 37.9%
B = 27.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#828D65 (or 0x828D65) is known color: Bitter. HEX triplet: 82, 8D and 65. RGB value is (130,141,101). Sum of RGB (Red+Green+Blue) = 130+141+101=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #828D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D65 is #7D729A. Grayscale: #858585. Windows color (decimal): -8221339 or 6655362. OLE color: 6655362.

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

Color convert

RGB 130 141 101 -
CMYK 0.08 0 0.28 0.45
HSL 76.5º 0.17% 0.47% -
HSV(B) 76.5º 0.28% 0.55% -
XYZ 21.08 24.74 15.98 -
YUV 133.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 130 141 101 0.08 0 0.28 0.45 76.5 0.17 0.47
Hex 82 8D 65 8 0 1C 2D 4C 11 2F
Octal 202 215 145 10 0 34 55 114 21 57
Binary 10000010 10001101 1100101 1000 0 11100 101101 1001100 10001 101111

Color Harmonies of #828D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D65

Black with #828D65

Text Example


Text Example

White with #828D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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