Html Css Color HEX #82952F Wasabi

📋 copy color: '#82952F'

red 130 ◦ green 149 ◦ blue 47

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

Shades of Wasabi #82952F

Tints of Wasabi #82952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 39.88%
G = 45.71%
B = 14.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#82952F (or 0x82952F) is known color: Wasabi. HEX triplet: 82, 95 and 2F. RGB value is (130,149,47). Sum of RGB (Red+Green+Blue) = 130+149+47=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #82952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82952F is #7D6AD0. Grayscale: #848484. Windows color (decimal): -8219345 or 3118466. OLE color: 3118466.

HSL color Cylindrical-coordinate representation of color #82952F: hue angle of 71.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82952F is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 47 -
CMYK 0.13 0 0.68 0.42
HSL 71.18º 0.52% 0.38% -
HSV(B) 71.18º 0.68% 0.58% -
XYZ 20.47 26.45 6.72 -
YUV 131.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 130 149 47 0.13 0 0.68 0.42 71.18 0.52 0.38
Hex 82 95 2F D 0 44 2A 47 34 26
Octal 202 225 57 15 0 104 52 107 64 46
Binary 10000010 10010101 101111 1101 0 1000100 101010 1000111 110100 100110

Color Harmonies of #82952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82952F

Black with #82952F

Text Example


Text Example

White with #82952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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