Html Css Color HEX #828746 Wasabi

📋 copy color: '#828746'

red 130 ◦ green 135 ◦ blue 70

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

Shades of Wasabi #828746

Tints of Wasabi #828746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

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

R = 38.81%
G = 40.3%
B = 20.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#828746 (or 0x828746) is known color: Wasabi. HEX triplet: 82, 87 and 46. RGB value is (130,135,70). Sum of RGB (Red+Green+Blue) = 130+135+70=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #828746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828746 is #7D78B9. Grayscale: #7E7E7E. Windows color (decimal): -8222906 or 4622210. OLE color: 4622210.

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

Color convert

RGB 130 135 70 -
CMYK 0.04 0 0.48 0.47
HSL 64.62º 0.32% 0.4% -
HSV(B) 64.62º 0.48% 0.53% -
XYZ 18.98 22.52 9.14 -
YUV 126.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 130 135 70 0.04 0 0.48 0.47 64.62 0.32 0.4
Hex 82 87 46 4 0 30 2F 41 20 28
Octal 202 207 106 4 0 60 57 101 40 50
Binary 10000010 10000111 1000110 100 0 110000 101111 1000001 100000 101000

Color Harmonies of #828746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828746

Black with #828746

Text Example


Text Example

White with #828746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828746; }

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

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

background-color css

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

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

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

border-color css

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

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

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