Html Css Color HEX #828D2F Wasabi

📋 copy color: '#828D2F'

red 130 ◦ green 141 ◦ blue 47

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

Shades of Wasabi #828D2F

Tints of Wasabi #828D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.34%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 40.88%
G = 44.34%
B = 14.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#828D2F (or 0x828D2F) is known color: Wasabi. HEX triplet: 82, 8D and 2F. RGB value is (130,141,47). Sum of RGB (Red+Green+Blue) = 130+141+47=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #828D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D2F is #7D72D0. Grayscale: #7F7F7F. Windows color (decimal): -8221393 or 3116418. OLE color: 3116418.

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

Color convert

RGB 130 141 47 -
CMYK 0.08 0 0.67 0.45
HSL 67.02º 0.5% 0.37% -
HSV(B) 67.02º 0.67% 0.55% -
XYZ 19.24 24 6.31 -
YUV 127 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 130 141 47 0.08 0 0.67 0.45 67.02 0.5 0.37
Hex 82 8D 2F 8 0 43 2D 43 32 25
Octal 202 215 57 10 0 103 55 103 62 45
Binary 10000010 10001101 101111 1000 0 1000011 101101 1000011 110010 100101

Color Harmonies of #828D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D2F

Black with #828D2F

Text Example


Text Example

White with #828D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,47); }

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

background-color css

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

 a { background-color: rgb(130,141,47); }

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

border-color css

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

 span { border-color: rgb(130,141,47); }

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