#82A02D

Color #82A02D Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #82A02D

Tints of Sushi #82A02D

Color information

#82A02D (or 0x82A02D) is unknown color: approx Sushi. HEX triplet: 82, A0 and 2D. RGB value is (130,160,45). Sum of RGB (Red+Green+Blue) = 130+160+45=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #82A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A02D is #7D5FD2. Grayscale: #8A8A8A. Windows color (decimal): -8216531 or 2990210. OLE color: 2990210.

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

Color convert

RGB13016045-
CMYK0.1900.720.37
HSL75.65º56.1%40.2%-
HSV(B)75.65º71.88%62.75%-
XYZ22.2530.087.12-
YUV137.9275.56122.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 45 (17.97% from 255) = 13.43%
R=38.81%
G=47.76%
B=13.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130160450.1900.720.3775.6556.140.2
Hex82A02D13048254c3828
Octal20224055230110451147050
Binary100000101010000010110110011010010001001011001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82A02D;
 }
 .AnyTagClassName
 {
   color: #82A02D;
 }
</style>
background-color css

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

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

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

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

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

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