Html Css Color HEX #828046 Highball

📋 copy color: '#828046'

red 130 ◦ green 128 ◦ blue 70

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

Shades of Highball #828046

Tints of Highball #828046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 39.63%
G = 39.02%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#828046 (or 0x828046) is known color: Highball. HEX triplet: 82, 80 and 46. RGB value is (130,128,70). Sum of RGB (Red+Green+Blue) = 130+128+70=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #828046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828046 is #7D7FB9. Grayscale: #7A7A7A. Windows color (decimal): -8224698 or 4620418. OLE color: 4620418.

HSL color Cylindrical-coordinate representation of color #828046: hue angle of 58º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828046 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 70 -
CMYK 0 0.02 0.46 0.49
HSL 58º 0.3% 0.39% -
HSV(B) 58º 0.46% 0.51% -
XYZ 18.03 20.63 8.83 -
YUV 121.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 130 128 70 0 0.02 0.46 0.49 58 0.3 0.39
Hex 82 80 46 0 2 2E 31 3A 1E 27
Octal 202 200 106 0 2 56 61 72 36 47
Binary 10000010 10000000 1000110 0 10 101110 110001 111010 11110 100111

Color Harmonies of #828046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828046

Black with #828046

Text Example


Text Example

White with #828046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828046; }

 p { color: rgb(130,128,70); }

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

background-color css

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

 a { background-color: rgb(130,128,70); }

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

border-color css

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

 span { border-color: rgb(130,128,70); }

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