Html Css Color HEX #828446 Wasabi

📋 copy color: '#828446'

red 130 ◦ green 132 ◦ blue 70

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

Shades of Wasabi #828446

Tints of Wasabi #828446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 39.16%
G = 39.76%
B = 21.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#828446 (or 0x828446) is known color: Wasabi. HEX triplet: 82, 84 and 46. RGB value is (130,132,70). Sum of RGB (Red+Green+Blue) = 130+132+70=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #828446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828446 is #7D7BB9. Grayscale: #7C7C7C. Windows color (decimal): -8223674 or 4621442. OLE color: 4621442.

HSL color Cylindrical-coordinate representation of color #828446: hue angle of 61.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828446 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 70 -
CMYK 0.02 0 0.47 0.48
HSL 61.94º 0.31% 0.4% -
HSV(B) 61.94º 0.47% 0.52% -
XYZ 18.56 21.69 9 -
YUV 124.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 130 132 70 0.02 0 0.47 0.48 61.94 0.31 0.4
Hex 82 84 46 2 0 2F 30 3E 1F 28
Octal 202 204 106 2 0 57 60 76 37 50
Binary 10000010 10000100 1000110 10 0 101111 110000 111110 11111 101000

Color Harmonies of #828446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828446

Black with #828446

Text Example


Text Example

White with #828446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828446; }

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

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

background-color css

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

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

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

border-color css

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

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

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