Html Css Color HEX #829330 Wasabi

📋 copy color: '#829330'

red 130 ◦ green 147 ◦ blue 48

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

Shades of Wasabi #829330

Tints of Wasabi #829330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 40%
G = 45.23%
B = 14.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#829330 (or 0x829330) is known color: Wasabi. HEX triplet: 82, 93 and 30. RGB value is (130,147,48). Sum of RGB (Red+Green+Blue) = 130+147+48=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #829330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829330 is #7D6CCF. Grayscale: #838383. Windows color (decimal): -8219856 or 3183490. OLE color: 3183490.

HSL color Cylindrical-coordinate representation of color #829330: hue angle of 70.3º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829330 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 48 -
CMYK 0.12 0 0.67 0.42
HSL 70.3º 0.51% 0.38% -
HSV(B) 70.3º 0.67% 0.58% -
XYZ 20.17 25.83 6.72 -
YUV 130.63 81.37 127.55 -
System Red Green Blue C M Y K H S L
Decimal 130 147 48 0.12 0 0.67 0.42 70.3 0.51 0.38
Hex 82 93 30 C 0 43 2A 46 33 26
Octal 202 223 60 14 0 103 52 106 63 46
Binary 10000010 10010011 110000 1100 0 1000011 101010 1000110 110011 100110

Color Harmonies of #829330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829330

Black with #829330

Text Example


Text Example

White with #829330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829330; }

 p { color: rgb(130,147,48); }

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

background-color css

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

 a { background-color: rgb(130,147,48); }

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

border-color css

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

 span { border-color: rgb(130,147,48); }

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