Html Css Color HEX #828C32 Wasabi

📋 copy color: '#828C32'

red 130 ◦ green 140 ◦ blue 50

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

Shades of Wasabi #828C32

Tints of Wasabi #828C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 40.63%
G = 43.75%
B = 15.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#828C32 (or 0x828C32) is known color: Wasabi. HEX triplet: 82, 8C and 32. RGB value is (130,140,50). Sum of RGB (Red+Green+Blue) = 130+140+50=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #828C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C32 is #7D73CD. Grayscale: #7F7F7F. Windows color (decimal): -8221646 or 3312770. OLE color: 3312770.

HSL color Cylindrical-coordinate representation of color #828C32: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #828C32 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 50 -
CMYK 0.07 0 0.64 0.45
HSL 66.67º 0.47% 0.37% -
HSV(B) 66.67º 0.64% 0.55% -
XYZ 19.16 23.73 6.59 -
YUV 126.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 130 140 50 0.07 0 0.64 0.45 66.67 0.47 0.37
Hex 82 8C 32 7 0 40 2D 43 2F 25
Octal 202 214 62 7 0 100 55 103 57 45
Binary 10000010 10001100 110010 111 0 1000000 101101 1000011 101111 100101

Color Harmonies of #828C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C32

Black with #828C32

Text Example


Text Example

White with #828C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828C32; }

 p { color: rgb(130,140,50); }

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

background-color css

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

 a { background-color: rgb(130,140,50); }

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

border-color css

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

 span { border-color: rgb(130,140,50); }

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