#82A235

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

Shades of Sushi #82A235

Tints of Sushi #82A235

Color information

#82A235 (or 0x82A235) is unknown color: approx Sushi. HEX triplet: 82, A2 and 35. RGB value is (130,162,53). Sum of RGB (Red+Green+Blue) = 130+162+53=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #82A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A235 is #7D5DCA. Grayscale: #8C8C8C. Windows color (decimal): -8216011 or 3515010. OLE color: 3515010.

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

Color convert

RGB13016253-
CMYK0.2000.670.36
HSL77.61º50.7%42.16%-
HSV(B)77.61º67.28%63.53%-
XYZ22.7730.848.12-
YUV140.0178.9120.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=37.68%
G=46.96%
B=15.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162530.2000.670.3677.6150.742.16
Hex82A23514043244e332a
Octal20224265240103441166352
Binary100000101010001011010110100010000111001001001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,53); }

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

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

 a { background-color: rgb(130,162,53); }

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

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

 span { border-color: rgb(130,162,53); }

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