Html Css Color HEX #82A540 Sushi

📋 copy color: '#82A540'

red 130 ◦ green 165 ◦ blue 64

#82A540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #82A540

Tints of Sushi #82A540

RGB

 RED value IS 130 (51.17% from 255) = 36.21%

 GREEN value IS 165 (64.84% from 255) = 45.96%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 36.21%
G = 45.96%
B = 17.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#82A540 (or 0x82A540) is known color: Sushi. HEX triplet: 82, A5 and 40. RGB value is (130,165,64). Sum of RGB (Red+Green+Blue) = 130+165+64=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #82A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A540 is #7D5ABF. Grayscale: #8F8F8F. Windows color (decimal): -8215232 or 4236674. OLE color: 4236674.

HSL color Cylindrical-coordinate representation of color #82A540: hue angle of 80.79º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82A540 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 165 64 -
CMYK 0.21 0 0.61 0.35
HSL 80.79º 0.44% 0.45% -
HSV(B) 80.79º 0.61% 0.65% -
XYZ 23.59 32.03 9.79 -
YUV 143.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 130 165 64 0.21 0 0.61 0.35 80.79 0.44 0.45
Hex 82 A5 40 15 0 3D 23 51 2C 2D
Octal 202 245 100 25 0 75 43 121 54 55
Binary 10000010 10100101 1000000 10101 0 111101 100011 1010001 101100 101101

Color Harmonies of #82A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A540

Black with #82A540

Text Example


Text Example

White with #82A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,165,64); }

 H1.HeaderClassName
 {
   color: #82A540;
 }
 .AnyTagClassName
 {
   color: #82A540;
 }
</style>

background-color css

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

 a { background-color: rgb(130,165,64); }

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

border-color css

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

 span { border-color: rgb(130,165,64); }

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