Html Css Color HEX #829533 Wasabi

📋 copy color: '#829533'

red 130 ◦ green 149 ◦ blue 51

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

Shades of Wasabi #829533

Tints of Wasabi #829533

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 51 (20.31% from 255) = 15.45%

R = 39.39%
G = 45.15%
B = 15.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#829533 (or 0x829533) is known color: Wasabi. HEX triplet: 82, 95 and 33. RGB value is (130,149,51). Sum of RGB (Red+Green+Blue) = 130+149+51=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #829533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829533 is #7D6ACC. Grayscale: #848484. Windows color (decimal): -8219341 or 3380610. OLE color: 3380610.

HSL color Cylindrical-coordinate representation of color #829533: hue angle of 71.63º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #829533 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 51 -
CMYK 0.13 0 0.66 0.42
HSL 71.63º 0.49% 0.39% -
HSV(B) 71.63º 0.66% 0.58% -
XYZ 20.55 26.48 7.16 -
YUV 132.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 130 149 51 0.13 0 0.66 0.42 71.63 0.49 0.39
Hex 82 95 33 D 0 42 2A 48 31 27
Octal 202 225 63 15 0 102 52 110 61 47
Binary 10000010 10010101 110011 1101 0 1000010 101010 1001000 110001 100111

Color Harmonies of #829533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829533

Black with #829533

Text Example


Text Example

White with #829533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829533; }

 p { color: rgb(130,149,51); }

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

background-color css

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

 a { background-color: rgb(130,149,51); }

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

border-color css

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

 span { border-color: rgb(130,149,51); }

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