Html Css Color HEX #82974B Wasabi

📋 copy color: '#82974B'

red 130 ◦ green 151 ◦ blue 75

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

Shades of Wasabi #82974B

Tints of Wasabi #82974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 36.52%
G = 42.42%
B = 21.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#82974B (or 0x82974B) is known color: Wasabi. HEX triplet: 82, 97 and 4B. RGB value is (130,151,75). Sum of RGB (Red+Green+Blue) = 130+151+75=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #82974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82974B is #7D68B4. Grayscale: #888888. Windows color (decimal): -8218805 or 4953986. OLE color: 4953986.

HSL color Cylindrical-coordinate representation of color #82974B: hue angle of 76.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82974B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 75 -
CMYK 0.14 0 0.50 0.41
HSL 76.58º 0.34% 0.44% -
HSV(B) 76.58º 0.5% 0.59% -
XYZ 21.54 27.39 10.81 -
YUV 136.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 130 151 75 0.14 0 0.50 0.41 76.58 0.34 0.44
Hex 82 97 4B E 0 32 29 4D 22 2C
Octal 202 227 113 16 0 62 51 115 42 54
Binary 10000010 10010111 1001011 1110 0 110010 101001 1001101 100010 101100

Color Harmonies of #82974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82974B

Black with #82974B

Text Example


Text Example

White with #82974B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,151,75); }

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

background-color css

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

 a { background-color: rgb(130,151,75); }

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

border-color css

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

 span { border-color: rgb(130,151,75); }

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