Html Css Color HEX #82902A Wasabi

📋 copy color: '#82902A'

red 130 ◦ green 144 ◦ blue 42

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

Shades of Wasabi #82902A

Tints of Wasabi #82902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 41.14%
G = 45.57%
B = 13.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#82902A (or 0x82902A) is known color: Wasabi. HEX triplet: 82, 90 and 2A. RGB value is (130,144,42). Sum of RGB (Red+Green+Blue) = 130+144+42=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #82902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82902A is #7D6FD5. Grayscale: #808080. Windows color (decimal): -8220630 or 2789506. OLE color: 2789506.

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

Color convert

RGB 130 144 42 -
CMYK 0.10 0 0.71 0.44
HSL 68.24º 0.55% 0.36% -
HSV(B) 68.24º 0.71% 0.56% -
XYZ 19.6 24.86 5.96 -
YUV 128.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 130 144 42 0.10 0 0.71 0.44 68.24 0.55 0.36
Hex 82 90 2A A 0 47 2C 44 37 24
Octal 202 220 52 12 0 107 54 104 67 44
Binary 10000010 10010000 101010 1010 0 1000111 101100 1000100 110111 100100

Color Harmonies of #82902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82902A

Black with #82902A

Text Example


Text Example

White with #82902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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