Html Css Color HEX #82954F Wasabi

📋 copy color: '#82954F'

red 130 ◦ green 149 ◦ blue 79

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

Shades of Wasabi #82954F

Tints of Wasabi #82954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

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

R = 36.31%
G = 41.62%
B = 22.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#82954F (or 0x82954F) is known color: Wasabi. HEX triplet: 82, 95 and 4F. RGB value is (130,149,79). Sum of RGB (Red+Green+Blue) = 130+149+79=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #82954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82954F is #7D6AB0. Grayscale: #878787. Windows color (decimal): -8219313 or 5215618. OLE color: 5215618.

HSL color Cylindrical-coordinate representation of color #82954F: hue angle of 76.29º degrees, saturation: 0.31, 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 #82954F is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 79 -
CMYK 0.13 0 0.47 0.42
HSL 76.29º 0.31% 0.45% -
HSV(B) 76.29º 0.47% 0.58% -
XYZ 21.36 26.81 11.45 -
YUV 135.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 130 149 79 0.13 0 0.47 0.42 76.29 0.31 0.45
Hex 82 95 4F D 0 2F 2A 4C 1F 2D
Octal 202 225 117 15 0 57 52 114 37 55
Binary 10000010 10010101 1001111 1101 0 101111 101010 1001100 11111 101101

Color Harmonies of #82954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82954F

Black with #82954F

Text Example


Text Example

White with #82954F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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