Html Css Color HEX #829946 Wasabi

📋 copy color: '#829946'

red 130 ◦ green 153 ◦ blue 70

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

Shades of Wasabi #829946

Tints of Wasabi #829946

RGB

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

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

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

R = 36.83%
G = 43.34%
B = 19.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#829946 (or 0x829946) is known color: Wasabi. HEX triplet: 82, 99 and 46. RGB value is (130,153,70). Sum of RGB (Red+Green+Blue) = 130+153+70=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #829946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829946 is #7D66B9. Grayscale: #888888. Windows color (decimal): -8218298 or 4626818. OLE color: 4626818.

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

Color convert

RGB 130 153 70 -
CMYK 0.15 0 0.54 0.4
HSL 76.63º 0.37% 0.44% -
HSV(B) 76.63º 0.54% 0.6% -
XYZ 21.7 27.97 10.05 -
YUV 136.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 130 153 70 0.15 0 0.54 0.4 76.63 0.37 0.44
Hex 82 99 46 F 0 36 28 4D 25 2C
Octal 202 231 106 17 0 66 50 115 45 54
Binary 10000010 10011001 1000110 1111 0 110110 101000 1001101 100101 101100

Color Harmonies of #829946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829946

Black with #829946

Text Example


Text Example

White with #829946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829946; }

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

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

background-color css

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

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

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

border-color css

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

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

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