#82A12A

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

Shades of Sushi #82A12A

Tints of Sushi #82A12A

Color information

#82A12A (or 0x82A12A) is unknown color: approx Sushi. HEX triplet: 82, A1 and 2A. RGB value is (130,161,42). Sum of RGB (Red+Green+Blue) = 130+161+42=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #82A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A12A is #7D5ED5. Grayscale: #8A8A8A. Windows color (decimal): -8216278 or 2793858. OLE color: 2793858.

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

Color convert

RGB13016142-
CMYK0.1900.740.37
HSL75.63º58.62%39.8%-
HSV(B)75.63º73.91%63.14%-
XYZ22.3730.46.88-
YUV138.1673.73122.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 42 (16.80% from 255) = 12.61%
R=39.04%
G=48.35%
B=12.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130161420.1900.740.3775.6358.6239.8
Hex82A12A1304A254c3b28
Octal20224152230112451147350
Binary100000101010000110101010011010010101001011001100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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