Html Css Color HEX #82A43E Sushi

📋 copy color: '#82A43E'

red 130 ◦ green 164 ◦ blue 62

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

Shades of Sushi #82A43E

Tints of Sushi #82A43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.07%

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 36.52%
G = 46.07%
B = 17.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#82A43E (or 0x82A43E) is known color: Sushi. HEX triplet: 82, A4 and 3E. RGB value is (130,164,62). Sum of RGB (Red+Green+Blue) = 130+164+62=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #82A43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A43E is #7D5BC1. Grayscale: #8E8E8E. Windows color (decimal): -8215490 or 4105346. OLE color: 4105346.

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

Color convert

RGB 130 164 62 -
CMYK 0.21 0 0.62 0.36
HSL 80º 0.45% 0.44% -
HSV(B) 80º 0.62% 0.64% -
XYZ 23.35 31.64 9.43 -
YUV 142.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 130 164 62 0.21 0 0.62 0.36 80 0.45 0.44
Hex 82 A4 3E 15 0 3E 24 50 2D 2C
Octal 202 244 76 25 0 76 44 120 55 54
Binary 10000010 10100100 111110 10101 0 111110 100100 1010000 101101 101100

Color Harmonies of #82A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A43E

Black with #82A43E

Text Example


Text Example

White with #82A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,164,62); }

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

background-color css

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

 a { background-color: rgb(130,164,62); }

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

border-color css

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

 span { border-color: rgb(130,164,62); }

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