#82AD35

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

Shades of Sushi #82AD35

Tints of Sushi #82AD35

Color information

#82AD35 (or 0x82AD35) is unknown color: approx Sushi. HEX triplet: 82, AD and 35. RGB value is (130,173,53). Sum of RGB (Red+Green+Blue) = 130+173+53=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD35 is #7D52CA. Grayscale: #929292. Windows color (decimal): -8213195 or 3517826. OLE color: 3517826.

HSL color Cylindrical-coordinate representation of color #82AD35: hue angle of 81.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82AD35 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB13017353-
CMYK0.2500.690.32
HSL81.5º53.1%44.31%-
HSV(B)81.5º69.36%67.84%-
XYZ24.7934.898.8-
YUV146.4675.25116.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=36.52%
G=48.60%
B=14.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130173530.2500.690.3281.553.144.31
Hex82AD35190452052352c
Octal20225565310105401226554
Binary100000101010110111010111001010001011000001010010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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