Html Css Color HEX #82A040 Sushi

📋 copy color: '#82A040'

red 130 ◦ green 160 ◦ blue 64

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

Shades of Sushi #82A040

Tints of Sushi #82A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 36.72%
G = 45.2%
B = 18.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#82A040 (or 0x82A040) is known color: Sushi. HEX triplet: 82, A0 and 40. RGB value is (130,160,64). Sum of RGB (Red+Green+Blue) = 130+160+64=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #82A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A040 is #7D5FBF. Grayscale: #8C8C8C. Windows color (decimal): -8216512 or 4235394. OLE color: 4235394.

HSL color Cylindrical-coordinate representation of color #82A040: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82A040 is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 160 64 -
CMYK 0.19 0 0.6 0.37
HSL 78.75º 0.43% 0.44% -
HSV(B) 78.75º 0.6% 0.63% -
XYZ 22.7 30.26 9.49 -
YUV 140.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 130 160 64 0.19 0 0.6 0.37 78.75 0.43 0.44
Hex 82 A0 40 13 0 3C 25 4F 2B 2C
Octal 202 240 100 23 0 74 45 117 53 54
Binary 10000010 10100000 1000000 10011 0 111100 100101 1001111 101011 101100

Color Harmonies of #82A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A040

Black with #82A040

Text Example


Text Example

White with #82A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A040; }

 p { color: rgb(130,160,64); }

 H1.HeaderClassName
 {
   color: #82A040;
 }
 .AnyTagClassName
 {
   color: #82A040;
 }
</style>

background-color css

<style>
 a { background-color: #82A040; }

 a { background-color: rgb(130,160,64); }

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

border-color css

<style>
 span { border-color: #82A040; }

 span { border-color: rgb(130,160,64); }

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