Html Css Color HEX #829832 Wasabi

📋 copy color: '#829832'

red 130 ◦ green 152 ◦ blue 50

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

Shades of Wasabi #829832

Tints of Wasabi #829832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 39.16%
G = 45.78%
B = 15.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#829832 (or 0x829832) is known color: Wasabi. HEX triplet: 82, 98 and 32. RGB value is (130,152,50). Sum of RGB (Red+Green+Blue) = 130+152+50=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #829832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829832 is #7D67CD. Grayscale: #868686. Windows color (decimal): -8218574 or 3315842. OLE color: 3315842.

HSL color Cylindrical-coordinate representation of color #829832: hue angle of 72.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829832 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 50 -
CMYK 0.14 0 0.67 0.40
HSL 72.94º 0.5% 0.4% -
HSV(B) 72.94º 0.67% 0.6% -
XYZ 21.01 27.43 7.21 -
YUV 133.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 130 152 50 0.14 0 0.67 0.40 72.94 0.5 0.4
Hex 82 98 32 E 0 43 28 49 32 28
Octal 202 230 62 16 0 103 50 111 62 50
Binary 10000010 10011000 110010 1110 0 1000011 101000 1001001 110010 101000

Color Harmonies of #829832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829832

Black with #829832

Text Example


Text Example

White with #829832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829832; }

 p { color: rgb(130,152,50); }

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

background-color css

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

 a { background-color: rgb(130,152,50); }

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

border-color css

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

 span { border-color: rgb(130,152,50); }

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