Html Css Color HEX #828442 Wasabi

📋 copy color: '#828442'

red 130 ◦ green 132 ◦ blue 66

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

Shades of Wasabi #828442

Tints of Wasabi #828442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 39.63%
G = 40.24%
B = 20.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#828442 (or 0x828442) is known color: Wasabi. HEX triplet: 82, 84 and 42. RGB value is (130,132,66). Sum of RGB (Red+Green+Blue) = 130+132+66=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #828442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828442 is #7D7BBD. Grayscale: #7C7C7C. Windows color (decimal): -8223678 or 4359298. OLE color: 4359298.

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

Color convert

RGB 130 132 66 -
CMYK 0.02 0 0.5 0.48
HSL 61.82º 0.33% 0.39% -
HSV(B) 61.82º 0.5% 0.52% -
XYZ 18.44 21.64 8.36 -
YUV 123.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 130 132 66 0.02 0 0.5 0.48 61.82 0.33 0.39
Hex 82 84 42 2 0 32 30 3E 21 27
Octal 202 204 102 2 0 62 60 76 41 47
Binary 10000010 10000100 1000010 10 0 110010 110000 111110 100001 100111

Color Harmonies of #828442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828442

Black with #828442

Text Example


Text Example

White with #828442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828442; }

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

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

background-color css

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

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

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

border-color css

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

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

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