#82a934

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

Shades of Sushi #82A934

Tints of Sushi #82A934

Color information

#82A934 (or 0x82A934) is unknown color: approx Sushi. HEX triplet: 82, A9 and 34. RGB value is (130,169,52). Sum of RGB (Red+Green+Blue) = 130+169+52=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #82A934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A934 is #7D56CB. Grayscale: #909090. Windows color (decimal): -8214220 or 3451266. OLE color: 3451266.

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

Color convert

RGB13016952-
CMYK0.2300.690.34
HSL80º52.94%43.33%-
HSV(B)80º69.23%66.27%-
XYZ24.0133.378.42-
YUV14476.08118.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 52 (20.70% from 255) = 14.81%
R=37.04%
G=48.15%
B=14.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130169520.2300.690.348052.9443.33
Hex82A934170452250352b
Octal20225164270105421206553
Binary100000101010100111010010111010001011000101010000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82a934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,169,52); }

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

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

 a { background-color: rgb(130,169,52); }

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

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

 span { border-color: rgb(130,169,52); }

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