Html Css Color HEX #82A030 Sushi

📋 copy color: '#82A030'

red 130 ◦ green 160 ◦ blue 48

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

Shades of Sushi #82A030

Tints of Sushi #82A030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 38.46%
G = 47.34%
B = 14.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#82A030 (or 0x82A030) is known color: Sushi. HEX triplet: 82, A0 and 30. RGB value is (130,160,48). Sum of RGB (Red+Green+Blue) = 130+160+48=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #82A030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A030 is #7D5FCF. Grayscale: #8A8A8A. Windows color (decimal): -8216528 or 3186818. OLE color: 3186818.

HSL color Cylindrical-coordinate representation of color #82A030: hue angle of 76.07º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82A030 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 160 48 -
CMYK 0.19 0 0.70 0.37
HSL 76.07º 0.54% 0.41% -
HSV(B) 76.07º 0.7% 0.63% -
XYZ 22.31 30.1 7.43 -
YUV 138.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 130 160 48 0.19 0 0.70 0.37 76.07 0.54 0.41
Hex 82 A0 30 13 0 46 25 4C 36 29
Octal 202 240 60 23 0 106 45 114 66 51
Binary 10000010 10100000 110000 10011 0 1000110 100101 1001100 110110 101001

Color Harmonies of #82A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A030

Black with #82A030

Text Example


Text Example

White with #82A030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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