Html Css Color HEX #829130 Wasabi

📋 copy color: '#829130'

red 130 ◦ green 145 ◦ blue 48

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

Shades of Wasabi #829130

Tints of Wasabi #829130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

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

R = 40.25%
G = 44.89%
B = 14.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#829130 (or 0x829130) is known color: Wasabi. HEX triplet: 82, 91 and 30. RGB value is (130,145,48). Sum of RGB (Red+Green+Blue) = 130+145+48=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #829130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829130 is #7D6ECF. Grayscale: #818181. Windows color (decimal): -8220368 or 3182978. OLE color: 3182978.

HSL color Cylindrical-coordinate representation of color #829130: hue angle of 69.28º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829130 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 48 -
CMYK 0.10 0 0.67 0.43
HSL 69.28º 0.5% 0.38% -
HSV(B) 69.28º 0.67% 0.57% -
XYZ 19.86 25.21 6.62 -
YUV 129.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 130 145 48 0.10 0 0.67 0.43 69.28 0.5 0.38
Hex 82 91 30 A 0 43 2B 45 32 26
Octal 202 221 60 12 0 103 53 105 62 46
Binary 10000010 10010001 110000 1010 0 1000011 101011 1000101 110010 100110

Color Harmonies of #829130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829130

Black with #829130

Text Example


Text Example

White with #829130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829130; }

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

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

background-color css

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

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

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

border-color css

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

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

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