Html Css Color HEX #82902F Wasabi

📋 copy color: '#82902F'

red 130 ◦ green 144 ◦ blue 47

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

Shades of Wasabi #82902F

Tints of Wasabi #82902F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

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

R = 40.5%
G = 44.86%
B = 14.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#82902F (or 0x82902F) is known color: Wasabi. HEX triplet: 82, 90 and 2F. RGB value is (130,144,47). Sum of RGB (Red+Green+Blue) = 130+144+47=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #82902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82902F is #7D6FD0. Grayscale: #818181. Windows color (decimal): -8220625 or 3117186. OLE color: 3117186.

HSL color Cylindrical-coordinate representation of color #82902F: hue angle of 68.66º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82902F is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 47 -
CMYK 0.10 0 0.67 0.44
HSL 68.66º 0.51% 0.37% -
HSV(B) 68.66º 0.67% 0.56% -
XYZ 19.69 24.9 6.46 -
YUV 128.76 81.86 128.89 -
System Red Green Blue C M Y K H S L
Decimal 130 144 47 0.10 0 0.67 0.44 68.66 0.51 0.37
Hex 82 90 2F A 0 43 2C 45 33 25
Octal 202 220 57 12 0 103 54 105 63 45
Binary 10000010 10010000 101111 1010 0 1000011 101100 1000101 110011 100101

Color Harmonies of #82902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82902F

Black with #82902F

Text Example


Text Example

White with #82902F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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