Html Css Color HEX #829232 Wasabi

📋 copy color: '#829232'

red 130 ◦ green 146 ◦ blue 50

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

Shades of Wasabi #829232

Tints of Wasabi #829232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 39.88%
G = 44.79%
B = 15.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#829232 (or 0x829232) is known color: Wasabi. HEX triplet: 82, 92 and 32. RGB value is (130,146,50). Sum of RGB (Red+Green+Blue) = 130+146+50=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #829232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829232 is #7D6DCD. Grayscale: #828282. Windows color (decimal): -8220110 or 3314306. OLE color: 3314306.

HSL color Cylindrical-coordinate representation of color #829232: hue angle of 70º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #829232 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 50 -
CMYK 0.11 0 0.66 0.43
HSL 70º 0.49% 0.38% -
HSV(B) 70º 0.66% 0.57% -
XYZ 20.06 25.53 6.89 -
YUV 130.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 130 146 50 0.11 0 0.66 0.43 70 0.49 0.38
Hex 82 92 32 B 0 42 2B 46 31 26
Octal 202 222 62 13 0 102 53 106 61 46
Binary 10000010 10010010 110010 1011 0 1000010 101011 1000110 110001 100110

Color Harmonies of #829232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829232

Black with #829232

Text Example


Text Example

White with #829232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829232; }

 p { color: rgb(130,146,50); }

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

background-color css

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

 a { background-color: rgb(130,146,50); }

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

border-color css

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

 span { border-color: rgb(130,146,50); }

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