Html Css Color HEX #829234 Wasabi

📋 copy color: '#829234'

red 130 ◦ green 146 ◦ blue 52

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

Shades of Wasabi #829234

Tints of Wasabi #829234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 39.63%
G = 44.51%
B = 15.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#829234 (or 0x829234) is known color: Wasabi. HEX triplet: 82, 92 and 34. RGB value is (130,146,52). Sum of RGB (Red+Green+Blue) = 130+146+52=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #829234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829234 is #7D6DCB. Grayscale: #828282. Windows color (decimal): -8220108 or 3445378. OLE color: 3445378.

HSL color Cylindrical-coordinate representation of color #829234: hue angle of 70.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #829234 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 52 -
CMYK 0.11 0 0.64 0.43
HSL 70.21º 0.47% 0.39% -
HSV(B) 70.21º 0.64% 0.57% -
XYZ 20.1 25.55 7.12 -
YUV 130.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 130 146 52 0.11 0 0.64 0.43 70.21 0.47 0.39
Hex 82 92 34 B 0 40 2B 46 2F 27
Octal 202 222 64 13 0 100 53 106 57 47
Binary 10000010 10010010 110100 1011 0 1000000 101011 1000110 101111 100111

Color Harmonies of #829234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829234

Black with #829234

Text Example


Text Example

White with #829234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829234; }

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

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

background-color css

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

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

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

border-color css

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

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

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