#82982D

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

Shades of Sushi #82982D

Tints of Sushi #82982D

Color information

#82982D (or 0x82982D) is unknown color: approx Sushi. HEX triplet: 82, 98 and 2D. RGB value is (130,152,45). Sum of RGB (Red+Green+Blue) = 130+152+45=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #82982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82982D is #7D67D2. Grayscale: #858585. Windows color (decimal): -8218579 or 2988162. OLE color: 2988162.

HSL color Cylindrical-coordinate representation of color #82982D: hue angle of 72.34º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82982D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB13015245-
CMYK0.1400.700.40
HSL72.34º54.31%38.63%-
HSV(B)72.34º70.39%59.61%-
XYZ20.9127.396.67-
YUV133.2278.21125.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=39.76%
G=46.48%
B=13.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152450.1400.700.4072.3454.3138.63
Hex82982DE04628483627
Octal20223055160106501106647
Binary10000010100110001011011110010001101010001001000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82982D; }

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

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

<style>
 a { background-color: #82982D; }

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

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

<style>
 span { border-color: #82982D; }

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

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