#82AB3D

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

Shades of Sushi #82AB3D

Tints of Sushi #82AB3D

Color information

#82AB3D (or 0x82AB3D) is unknown color: approx Sushi. HEX triplet: 82, AB and 3D. RGB value is (130,171,61). Sum of RGB (Red+Green+Blue) = 130+171+61=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB3D is #7D54C2. Grayscale: #929292. Windows color (decimal): -8213699 or 4041602. OLE color: 4041602.

HSL color Cylindrical-coordinate representation of color #82AB3D: hue angle of 82.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82AB3D is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB13017161-
CMYK0.2400.640.33
HSL82.36º47.41%45.49%-
HSV(B)82.36º64.33%67.06%-
XYZ24.6134.219.72-
YUV146.279.92116.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=35.91%
G=47.24%
B=16.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130171610.2400.640.3382.3647.4145.49
Hex82AB3D1804021522f2d
Octal20225375300100411225755
Binary100000101010101111110111000010000001000011010010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,61); }

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

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

 a { background-color: rgb(130,171,61); }

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

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

 span { border-color: rgb(130,171,61); }

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