Html Css Color HEX #829036 Wasabi

📋 copy color: '#829036'

red 130 ◦ green 144 ◦ blue 54

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

Shades of Wasabi #829036

Tints of Wasabi #829036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 39.63%
G = 43.9%
B = 16.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#829036 (or 0x829036) is known color: Wasabi. HEX triplet: 82, 90 and 36. RGB value is (130,144,54). Sum of RGB (Red+Green+Blue) = 130+144+54=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #829036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829036 is #7D6FC9. Grayscale: #818181. Windows color (decimal): -8220618 or 3575938. OLE color: 3575938.

HSL color Cylindrical-coordinate representation of color #829036: hue angle of 69.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #829036 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 54 -
CMYK 0.10 0 0.63 0.44
HSL 69.33º 0.45% 0.39% -
HSV(B) 69.33º 0.63% 0.56% -
XYZ 19.85 24.96 7.26 -
YUV 129.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 130 144 54 0.10 0 0.63 0.44 69.33 0.45 0.39
Hex 82 90 36 A 0 3F 2C 45 2D 27
Octal 202 220 66 12 0 77 54 105 55 47
Binary 10000010 10010000 110110 1010 0 111111 101100 1000101 101101 100111

Color Harmonies of #829036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829036

Black with #829036

Text Example


Text Example

White with #829036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829036; }

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

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

background-color css

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

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

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

border-color css

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

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

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