Html Css Color HEX #828B34 Wasabi

📋 copy color: '#828B34'

red 130 ◦ green 139 ◦ blue 52

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

Shades of Wasabi #828B34

Tints of Wasabi #828B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.3%

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

R = 40.5%
G = 43.3%
B = 16.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#828B34 (or 0x828B34) is known color: Wasabi. HEX triplet: 82, 8B and 34. RGB value is (130,139,52). Sum of RGB (Red+Green+Blue) = 130+139+52=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #828B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B34 is #7D74CB. Grayscale: #7E7E7E. Windows color (decimal): -8221900 or 3443586. OLE color: 3443586.

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

Color convert

RGB 130 139 52 -
CMYK 0.06 0 0.63 0.45
HSL 66.21º 0.46% 0.37% -
HSV(B) 66.21º 0.63% 0.55% -
XYZ 19.06 23.46 6.77 -
YUV 126.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 130 139 52 0.06 0 0.63 0.45 66.21 0.46 0.37
Hex 82 8B 34 6 0 3F 2D 42 2E 25
Octal 202 213 64 6 0 77 55 102 56 45
Binary 10000010 10001011 110100 110 0 111111 101101 1000010 101110 100101

Color Harmonies of #828B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B34

Black with #828B34

Text Example


Text Example

White with #828B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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