Html Css Color HEX #82A32D Sushi

📋 copy color: '#82A32D'

red 130 ◦ green 163 ◦ blue 45

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

Shades of Sushi #82A32D

Tints of Sushi #82A32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 38.46%
G = 48.22%
B = 13.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#82A32D (or 0x82A32D) is known color: Sushi. HEX triplet: 82, A3 and 2D. RGB value is (130,163,45). Sum of RGB (Red+Green+Blue) = 130+163+45=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #82A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A32D is #7D5CD2. Grayscale: #8C8C8C. Windows color (decimal): -8215763 or 2990978. OLE color: 2990978.

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

Color convert

RGB 130 163 45 -
CMYK 0.20 0 0.72 0.36
HSL 76.78º 0.57% 0.41% -
HSV(B) 76.78º 0.72% 0.64% -
XYZ 22.78 31.13 7.29 -
YUV 139.68 74.57 121.09 -
System Red Green Blue C M Y K H S L
Decimal 130 163 45 0.20 0 0.72 0.36 76.78 0.57 0.41
Hex 82 A3 2D 14 0 48 24 4D 39 29
Octal 202 243 55 24 0 110 44 115 71 51
Binary 10000010 10100011 101101 10100 0 1001000 100100 1001101 111001 101001

Color Harmonies of #82A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A32D

Black with #82A32D

Text Example


Text Example

White with #82A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,45); }

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

background-color css

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

 a { background-color: rgb(130,163,45); }

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

border-color css

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

 span { border-color: rgb(130,163,45); }

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