Html Css Color HEX #828940 Wasabi

📋 copy color: '#828940'

red 130 ◦ green 137 ◦ blue 64

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

Shades of Wasabi #828940

Tints of Wasabi #828940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.39%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 39.27%
G = 41.39%
B = 19.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#828940 (or 0x828940) is known color: Wasabi. HEX triplet: 82, 89 and 40. RGB value is (130,137,64). Sum of RGB (Red+Green+Blue) = 130+137+64=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #828940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828940 is #7D76BF. Grayscale: #7E7E7E. Windows color (decimal): -8222400 or 4229506. OLE color: 4229506.

HSL color Cylindrical-coordinate representation of color #828940: hue angle of 65.75º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #828940 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 64 -
CMYK 0.05 0 0.53 0.46
HSL 65.75º 0.36% 0.39% -
HSV(B) 65.75º 0.53% 0.54% -
XYZ 19.08 23.01 8.29 -
YUV 126.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 130 137 64 0.05 0 0.53 0.46 65.75 0.36 0.39
Hex 82 89 40 5 0 35 2E 42 24 27
Octal 202 211 100 5 0 65 56 102 44 47
Binary 10000010 10001001 1000000 101 0 110101 101110 1000010 100100 100111

Color Harmonies of #828940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828940

Black with #828940

Text Example


Text Example

White with #828940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828940; }

 p { color: rgb(130,137,64); }

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

background-color css

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

 a { background-color: rgb(130,137,64); }

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

border-color css

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

 span { border-color: rgb(130,137,64); }

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