Html Css Color HEX #82922B Wasabi

📋 copy color: '#82922B'

red 130 ◦ green 146 ◦ blue 43

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

Shades of Wasabi #82922B

Tints of Wasabi #82922B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 40.75%
G = 45.77%
B = 13.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#82922B (or 0x82922B) is known color: Wasabi. HEX triplet: 82, 92 and 2B. RGB value is (130,146,43). Sum of RGB (Red+Green+Blue) = 130+146+43=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #82922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82922B is #7D6DD4. Grayscale: #818181. Windows color (decimal): -8220117 or 2855554. OLE color: 2855554.

HSL color Cylindrical-coordinate representation of color #82922B: hue angle of 69.32º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82922B is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 43 -
CMYK 0.11 0 0.71 0.43
HSL 69.32º 0.54% 0.37% -
HSV(B) 69.32º 0.71% 0.57% -
XYZ 19.92 25.48 6.15 -
YUV 129.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 130 146 43 0.11 0 0.71 0.43 69.32 0.54 0.37
Hex 82 92 2B B 0 47 2B 45 36 25
Octal 202 222 53 13 0 107 53 105 66 45
Binary 10000010 10010010 101011 1011 0 1000111 101011 1000101 110110 100101

Color Harmonies of #82922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82922B

Black with #82922B

Text Example


Text Example

White with #82922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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