Html Css Color HEX #829936 Wasabi

📋 copy color: '#829936'

red 130 ◦ green 153 ◦ blue 54

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

Shades of Wasabi #829936

Tints of Wasabi #829936

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.4%

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

R = 38.58%
G = 45.4%
B = 16.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#829936 (or 0x829936) is known color: Wasabi. HEX triplet: 82, 99 and 36. RGB value is (130,153,54). Sum of RGB (Red+Green+Blue) = 130+153+54=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #829936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829936 is #7D66C9. Grayscale: #878787. Windows color (decimal): -8218314 or 3578242. OLE color: 3578242.

HSL color Cylindrical-coordinate representation of color #829936: hue angle of 73.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829936 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 54 -
CMYK 0.15 0 0.65 0.4
HSL 73.94º 0.48% 0.41% -
HSV(B) 73.94º 0.65% 0.6% -
XYZ 21.26 27.79 7.73 -
YUV 134.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 130 153 54 0.15 0 0.65 0.4 73.94 0.48 0.41
Hex 82 99 36 F 0 41 28 4A 30 29
Octal 202 231 66 17 0 101 50 112 60 51
Binary 10000010 10011001 110110 1111 0 1000001 101000 1001010 110000 101001

Color Harmonies of #829936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829936

Black with #829936

Text Example


Text Example

White with #829936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829936; }

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

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

background-color css

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

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

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

border-color css

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

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

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