Html Css Color HEX #828E59 Bitter

📋 copy color: '#828E59'

red 130 ◦ green 142 ◦ blue 89

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

Shades of Bitter #828E59

Tints of Bitter #828E59

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.34%

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 36.01%
G = 39.34%
B = 24.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#828E59 (or 0x828E59) is known color: Bitter. HEX triplet: 82, 8E and 59. RGB value is (130,142,89). Sum of RGB (Red+Green+Blue) = 130+142+89=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #828E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E59 is #7D71A6. Grayscale: #848484. Windows color (decimal): -8221095 or 5869186. OLE color: 5869186.

HSL color Cylindrical-coordinate representation of color #828E59: hue angle of 73.58º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828E59 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 89 -
CMYK 0.08 0 0.37 0.44
HSL 73.58º 0.23% 0.45% -
HSV(B) 73.58º 0.37% 0.56% -
XYZ 20.68 24.81 13.15 -
YUV 132.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 130 142 89 0.08 0 0.37 0.44 73.58 0.23 0.45
Hex 82 8E 59 8 0 25 2C 4A 17 2D
Octal 202 216 131 10 0 45 54 112 27 55
Binary 10000010 10001110 1011001 1000 0 100101 101100 1001010 10111 101101

Color Harmonies of #828E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E59

Black with #828E59

Text Example


Text Example

White with #828E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,89); }

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

background-color css

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

 a { background-color: rgb(130,142,89); }

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

border-color css

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

 span { border-color: rgb(130,142,89); }

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