Html Css Color HEX #82944F Wasabi

📋 copy color: '#82944F'

red 130 ◦ green 148 ◦ blue 79

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

Shades of Wasabi #82944F

Tints of Wasabi #82944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 36.41%
G = 41.46%
B = 22.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#82944F (or 0x82944F) is known color: Wasabi. HEX triplet: 82, 94 and 4F. RGB value is (130,148,79). Sum of RGB (Red+Green+Blue) = 130+148+79=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #82944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82944F is #7D6BB0. Grayscale: #878787. Windows color (decimal): -8219569 or 5215362. OLE color: 5215362.

HSL color Cylindrical-coordinate representation of color #82944F: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82944F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 79 -
CMYK 0.12 0 0.47 0.42
HSL 75.65º 0.3% 0.45% -
HSV(B) 75.65º 0.47% 0.58% -
XYZ 21.21 26.49 11.39 -
YUV 134.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 130 148 79 0.12 0 0.47 0.42 75.65 0.3 0.45
Hex 82 94 4F C 0 2F 2A 4C 1E 2D
Octal 202 224 117 14 0 57 52 114 36 55
Binary 10000010 10010100 1001111 1100 0 101111 101010 1001100 11110 101101

Color Harmonies of #82944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82944F

Black with #82944F

Text Example


Text Example

White with #82944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82944F; }

 p { color: rgb(130,148,79); }

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

background-color css

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

 a { background-color: rgb(130,148,79); }

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

border-color css

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

 span { border-color: rgb(130,148,79); }

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