Html Css Color HEX #829932 Wasabi

📋 copy color: '#829932'

red 130 ◦ green 153 ◦ blue 50

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

Shades of Wasabi #829932

Tints of Wasabi #829932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 39.04%
G = 45.95%
B = 15.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#829932 (or 0x829932) is known color: Wasabi. HEX triplet: 82, 99 and 32. RGB value is (130,153,50). Sum of RGB (Red+Green+Blue) = 130+153+50=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #829932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829932 is #7D66CD. Grayscale: #868686. Windows color (decimal): -8218318 or 3316098. OLE color: 3316098.

HSL color Cylindrical-coordinate representation of color #829932: hue angle of 73.4º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829932 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 50 -
CMYK 0.15 0 0.67 0.4
HSL 73.4º 0.51% 0.4% -
HSV(B) 73.4º 0.67% 0.6% -
XYZ 21.17 27.76 7.26 -
YUV 134.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 130 153 50 0.15 0 0.67 0.4 73.4 0.51 0.4
Hex 82 99 32 F 0 43 28 49 33 28
Octal 202 231 62 17 0 103 50 111 63 50
Binary 10000010 10011001 110010 1111 0 1000011 101000 1001001 110011 101000

Color Harmonies of #829932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829932

Black with #829932

Text Example


Text Example

White with #829932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829932; }

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

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

background-color css

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

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

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

border-color css

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

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

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