Html Css Color HEX #829934 Wasabi

📋 copy color: '#829934'

red 130 ◦ green 153 ◦ blue 52

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

Shades of Wasabi #829934

Tints of Wasabi #829934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.52%

R = 38.81%
G = 45.67%
B = 15.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#829934 (or 0x829934) is known color: Wasabi. HEX triplet: 82, 99 and 34. RGB value is (130,153,52). Sum of RGB (Red+Green+Blue) = 130+153+52=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #829934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829934 is #7D66CB. Grayscale: #868686. Windows color (decimal): -8218316 or 3447170. OLE color: 3447170.

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

Color convert

RGB 130 153 52 -
CMYK 0.15 0 0.66 0.4
HSL 73.66º 0.49% 0.4% -
HSV(B) 73.66º 0.66% 0.6% -
XYZ 21.22 27.78 7.49 -
YUV 134.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 130 153 52 0.15 0 0.66 0.4 73.66 0.49 0.4
Hex 82 99 34 F 0 42 28 4A 31 28
Octal 202 231 64 17 0 102 50 112 61 50
Binary 10000010 10011001 110100 1111 0 1000010 101000 1001010 110001 101000

Color Harmonies of #829934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829934

Black with #829934

Text Example


Text Example

White with #829934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829934; }

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

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

background-color css

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

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

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

border-color css

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

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

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