Html Css Color HEX #82A02C Sushi

📋 copy color: '#82A02C'

red 130 ◦ green 160 ◦ blue 44

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

Shades of Sushi #82A02C

Tints of Sushi #82A02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.9%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 38.92%
G = 47.9%
B = 13.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#82A02C (or 0x82A02C) is known color: Sushi. HEX triplet: 82, A0 and 2C. RGB value is (130,160,44). Sum of RGB (Red+Green+Blue) = 130+160+44=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #82A02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A02C is #7D5FD3. Grayscale: #8A8A8A. Windows color (decimal): -8216532 or 2924674. OLE color: 2924674.

HSL color Cylindrical-coordinate representation of color #82A02C: hue angle of 75.52º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82A02C is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 160 44 -
CMYK 0.19 0 0.72 0.37
HSL 75.52º 0.57% 0.4% -
HSV(B) 75.52º 0.73% 0.63% -
XYZ 22.23 30.07 7.02 -
YUV 137.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 130 160 44 0.19 0 0.72 0.37 75.52 0.57 0.4
Hex 82 A0 2C 13 0 48 25 4C 39 28
Octal 202 240 54 23 0 110 45 114 71 50
Binary 10000010 10100000 101100 10011 0 1001000 100101 1001100 111001 101000

Color Harmonies of #82A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A02C

Black with #82A02C

Text Example


Text Example

White with #82A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,160,44); }

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

background-color css

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

 a { background-color: rgb(130,160,44); }

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

border-color css

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

 span { border-color: rgb(130,160,44); }

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