Html Css Color HEX #82983B Wasabi

📋 copy color: '#82983B'

red 130 ◦ green 152 ◦ blue 59

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

Shades of Wasabi #82983B

Tints of Wasabi #82983B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 38.12%
G = 44.57%
B = 17.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#82983B (or 0x82983B) is known color: Wasabi. HEX triplet: 82, 98 and 3B. RGB value is (130,152,59). Sum of RGB (Red+Green+Blue) = 130+152+59=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #82983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82983B is #7D67C4. Grayscale: #878787. Windows color (decimal): -8218565 or 3905666. OLE color: 3905666.

HSL color Cylindrical-coordinate representation of color #82983B: hue angle of 74.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82983B is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 59 -
CMYK 0.14 0 0.61 0.40
HSL 74.19º 0.44% 0.41% -
HSV(B) 74.19º 0.61% 0.6% -
XYZ 21.22 27.52 8.33 -
YUV 134.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 130 152 59 0.14 0 0.61 0.40 74.19 0.44 0.41
Hex 82 98 3B E 0 3D 28 4A 2C 29
Octal 202 230 73 16 0 75 50 112 54 51
Binary 10000010 10011000 111011 1110 0 111101 101000 1001010 101100 101001

Color Harmonies of #82983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82983B

Black with #82983B

Text Example


Text Example

White with #82983B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,152,59); }

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

background-color css

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

 a { background-color: rgb(130,152,59); }

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

border-color css

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

 span { border-color: rgb(130,152,59); }

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