Html Css Color HEX #828E52 Wasabi

📋 copy color: '#828E52'

red 130 ◦ green 142 ◦ blue 82

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

Shades of Wasabi #828E52

Tints of Wasabi #828E52

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 36.72%
G = 40.11%
B = 23.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#828E52 (or 0x828E52) is known color: Wasabi. HEX triplet: 82, 8E and 52. RGB value is (130,142,82). Sum of RGB (Red+Green+Blue) = 130+142+82=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #828E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E52 is #7D71AD. Grayscale: #838383. Windows color (decimal): -8221102 or 5410434. OLE color: 5410434.

HSL color Cylindrical-coordinate representation of color #828E52: hue angle of 72º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828E52 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 82 -
CMYK 0.08 0 0.42 0.44
HSL 72º 0.27% 0.44% -
HSV(B) 72º 0.42% 0.56% -
XYZ 20.4 24.7 11.68 -
YUV 131.57 100.02 126.88 -
System Red Green Blue C M Y K H S L
Decimal 130 142 82 0.08 0 0.42 0.44 72 0.27 0.44
Hex 82 8E 52 8 0 2A 2C 48 1B 2C
Octal 202 216 122 10 0 52 54 110 33 54
Binary 10000010 10001110 1010010 1000 0 101010 101100 1001000 11011 101100

Color Harmonies of #828E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E52

Black with #828E52

Text Example


Text Example

White with #828E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,82); }

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

background-color css

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

 a { background-color: rgb(130,142,82); }

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

border-color css

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

 span { border-color: rgb(130,142,82); }

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