#82A633

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

Shades of Sushi #82A633

Tints of Sushi #82A633

Color information

#82A633 (or 0x82A633) is unknown color: approx Sushi. HEX triplet: 82, A6 and 33. RGB value is (130,166,51). Sum of RGB (Red+Green+Blue) = 130+166+51=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #82A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A633 is #7D59CC. Grayscale: #8E8E8E. Windows color (decimal): -8214989 or 3384962. OLE color: 3384962.

HSL color Cylindrical-coordinate representation of color #82A633: hue angle of 78.78º 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 #82A633 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB13016651-
CMYK0.2200.690.35
HSL78.78º53%42.55%-
HSV(B)78.78º69.28%65.1%-
XYZ23.4432.268.12-
YUV142.1376.57119.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 51 (20.31% from 255) = 14.70%
R=37.46%
G=47.84%
B=14.70%

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
Decimal130166510.2200.690.3578.785342.55
Hex82A63316045234f352b
Octal20224663260105431176553
Binary100000101010011011001110110010001011000111001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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