#82AF36

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

Shades of Sushi #82AF36

Tints of Sushi #82AF36

Color information

#82AF36 (or 0x82AF36) is unknown color: approx Sushi. HEX triplet: 82, AF and 36. RGB value is (130,175,54). Sum of RGB (Red+Green+Blue) = 130+175+54=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AF36 is #7D50C9. Grayscale: #949494. Windows color (decimal): -8212682 or 3583874. OLE color: 3583874.

HSL color Cylindrical-coordinate representation of color #82AF36: hue angle of 82.31º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82AF36 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB13017554-
CMYK0.2600.690.31
HSL82.31º52.84%44.9%-
HSV(B)82.31º69.14%68.63%-
XYZ25.235.679.05-
YUV147.7575.09115.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 54 (21.48% from 255) = 15.04%
R=36.21%
G=48.75%
B=15.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130175540.2600.690.3182.3152.8444.9
Hex82AF361A0451F52352d
Octal20225766320105371226555
Binary10000010101011111101101101001000101111111010010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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