Html Css Color HEX #82A245 Sushi

📋 copy color: '#82A245'

red 130 ◦ green 162 ◦ blue 69

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

Shades of Sushi #82A245

Tints of Sushi #82A245

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 36.01%
G = 44.88%
B = 19.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#82A245 (or 0x82A245) is known color: Sushi. HEX triplet: 82, A2 and 45. RGB value is (130,162,69). Sum of RGB (Red+Green+Blue) = 130+162+69=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #82A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A245 is #7D5DBA. Grayscale: #8E8E8E. Windows color (decimal): -8215995 or 4563586. OLE color: 4563586.

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

Color convert

RGB 130 162 69 -
CMYK 0.20 0 0.57 0.36
HSL 80.65º 0.4% 0.45% -
HSV(B) 80.65º 0.57% 0.64% -
XYZ 23.2 31.02 10.39 -
YUV 141.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 130 162 69 0.20 0 0.57 0.36 80.65 0.4 0.45
Hex 82 A2 45 14 0 39 24 51 28 2D
Octal 202 242 105 24 0 71 44 121 50 55
Binary 10000010 10100010 1000101 10100 0 111001 100100 1010001 101000 101101

Color Harmonies of #82A245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A245

Black with #82A245

Text Example


Text Example

White with #82A245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,69); }

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

background-color css

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

 a { background-color: rgb(130,162,69); }

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

border-color css

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

 span { border-color: rgb(130,162,69); }

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