Html Css Color HEX #82954E Wasabi

📋 copy color: '#82954E'

red 130 ◦ green 149 ◦ blue 78

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

Shades of Wasabi #82954E

Tints of Wasabi #82954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 36.41%
G = 41.74%
B = 21.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#82954E (or 0x82954E) is known color: Wasabi. HEX triplet: 82, 95 and 4E. RGB value is (130,149,78). Sum of RGB (Red+Green+Blue) = 130+149+78=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #82954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82954E is #7D6AB1. Grayscale: #878787. Windows color (decimal): -8219314 or 5150082. OLE color: 5150082.

HSL color Cylindrical-coordinate representation of color #82954E: hue angle of 76.06º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82954E is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 78 -
CMYK 0.13 0 0.48 0.42
HSL 76.06º 0.31% 0.45% -
HSV(B) 76.06º 0.48% 0.58% -
XYZ 21.33 26.79 11.25 -
YUV 135.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 130 149 78 0.13 0 0.48 0.42 76.06 0.31 0.45
Hex 82 95 4E D 0 30 2A 4C 1F 2D
Octal 202 225 116 15 0 60 52 114 37 55
Binary 10000010 10010101 1001110 1101 0 110000 101010 1001100 11111 101101

Color Harmonies of #82954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82954E

Black with #82954E

Text Example


Text Example

White with #82954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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