#82A436

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

Shades of Sushi #82A436

Tints of Sushi #82A436

Color information

#82A436 (or 0x82A436) is unknown color: approx Sushi. HEX triplet: 82, A4 and 36. RGB value is (130,164,54). Sum of RGB (Red+Green+Blue) = 130+164+54=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #82A436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A436 is #7D5BC9. Grayscale: #8D8D8D. Windows color (decimal): -8215498 or 3581058. OLE color: 3581058.

HSL color Cylindrical-coordinate representation of color #82A436: hue angle of 78.55º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82A436 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB13016454-
CMYK0.2100.670.36
HSL78.55º50.46%42.75%-
HSV(B)78.55º67.07%64.31%-
XYZ23.1531.568.36-
YUV141.2978.74119.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=37.36%
G=47.13%
B=15.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164540.2100.670.3678.5550.4642.75
Hex82A43615043244f322b
Octal20224466250103441176253
Binary100000101010010011011010101010000111001001001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,54); }

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

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

 a { background-color: rgb(130,164,54); }

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

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

 span { border-color: rgb(130,164,54); }

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