Html Css Color HEX #829C46 Wasabi

📋 copy color: '#829C46'

red 130 ◦ green 156 ◦ blue 70

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

Shades of Wasabi #829C46

Tints of Wasabi #829C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.82%

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

R = 36.52%
G = 43.82%
B = 19.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#829C46 (or 0x829C46) is known color: Wasabi. HEX triplet: 82, 9C and 46. RGB value is (130,156,70). Sum of RGB (Red+Green+Blue) = 130+156+70=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #829C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C46 is #7D63B9. Grayscale: #8A8A8A. Windows color (decimal): -8217530 or 4627586. OLE color: 4627586.

HSL color Cylindrical-coordinate representation of color #829C46: hue angle of 78.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #829C46 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 70 -
CMYK 0.17 0 0.55 0.39
HSL 78.14º 0.38% 0.44% -
HSV(B) 78.14º 0.55% 0.61% -
XYZ 22.2 28.96 10.22 -
YUV 138.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 130 156 70 0.17 0 0.55 0.39 78.14 0.38 0.44
Hex 82 9C 46 11 0 37 27 4E 26 2C
Octal 202 234 106 21 0 67 47 116 46 54
Binary 10000010 10011100 1000110 10001 0 110111 100111 1001110 100110 101100

Color Harmonies of #829C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C46

Black with #829C46

Text Example


Text Example

White with #829C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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