Html Css Color HEX #829047 Wasabi

📋 copy color: '#829047'

red 130 ◦ green 144 ◦ blue 71

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

Shades of Wasabi #829047

Tints of Wasabi #829047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 37.68%
G = 41.74%
B = 20.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#829047 (or 0x829047) is known color: Wasabi. HEX triplet: 82, 90 and 47. RGB value is (130,144,71). Sum of RGB (Red+Green+Blue) = 130+144+71=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #829047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829047 is #7D6FB8. Grayscale: #838383. Windows color (decimal): -8220601 or 4690050. OLE color: 4690050.

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

Color convert

RGB 130 144 71 -
CMYK 0.10 0 0.51 0.44
HSL 71.51º 0.34% 0.42% -
HSV(B) 71.51º 0.51% 0.56% -
XYZ 20.32 25.15 9.74 -
YUV 131.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 130 144 71 0.10 0 0.51 0.44 71.51 0.34 0.42
Hex 82 90 47 A 0 33 2C 48 22 2A
Octal 202 220 107 12 0 63 54 110 42 52
Binary 10000010 10010000 1000111 1010 0 110011 101100 1001000 100010 101010

Color Harmonies of #829047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829047

Black with #829047

Text Example


Text Example

White with #829047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829047; }

 p { color: rgb(130,144,71); }

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

background-color css

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

 a { background-color: rgb(130,144,71); }

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

border-color css

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

 span { border-color: rgb(130,144,71); }

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