Html Css Color HEX #828B5A Bitter

📋 copy color: '#828B5A'

red 130 ◦ green 139 ◦ blue 90

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

Shades of Bitter #828B5A

Tints of Bitter #828B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 36.21%
G = 38.72%
B = 25.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#828B5A (or 0x828B5A) is known color: Bitter. HEX triplet: 82, 8B and 5A. RGB value is (130,139,90). Sum of RGB (Red+Green+Blue) = 130+139+90=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #828B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B5A is #7D74A5. Grayscale: #828282. Windows color (decimal): -8221862 or 5933954. OLE color: 5933954.

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

Color convert

RGB 130 139 90 -
CMYK 0.06 0 0.35 0.45
HSL 71.02º 0.21% 0.45% -
HSV(B) 71.02º 0.35% 0.55% -
XYZ 20.28 23.95 13.23 -
YUV 130.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 130 139 90 0.06 0 0.35 0.45 71.02 0.21 0.45
Hex 82 8B 5A 6 0 23 2D 47 15 2D
Octal 202 213 132 6 0 43 55 107 25 55
Binary 10000010 10001011 1011010 110 0 100011 101101 1000111 10101 101101

Color Harmonies of #828B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B5A

Black with #828B5A

Text Example


Text Example

White with #828B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,90); }

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

background-color css

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

 a { background-color: rgb(130,139,90); }

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

border-color css

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

 span { border-color: rgb(130,139,90); }

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