#82A733

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

Shades of Sushi #82A733

Tints of Sushi #82A733

Color information

#82A733 (or 0x82A733) is unknown color: approx Sushi. HEX triplet: 82, A7 and 33. RGB value is (130,167,51). Sum of RGB (Red+Green+Blue) = 130+167+51=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #82A733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A733 is #7D58CC. Grayscale: #8F8F8F. Windows color (decimal): -8214733 or 3385218. OLE color: 3385218.

HSL color Cylindrical-coordinate representation of color #82A733: hue angle of 79.14º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82A733 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB13016751-
CMYK0.2200.690.35
HSL79.14º53.21%42.75%-
HSV(B)79.14º69.46%65.49%-
XYZ23.6232.628.18-
YUV142.7176.24118.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 167 (65.62% from 255) = 47.99%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=37.36%
G=47.99%
B=14.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130167510.2200.690.3579.1453.2142.75
Hex82A73316045234f352b
Octal20224763260105431176553
Binary100000101010011111001110110010001011000111001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,167,51); }

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

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

 a { background-color: rgb(130,167,51); }

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

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

 span { border-color: rgb(130,167,51); }

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