Html Css Color HEX #82A32C Sushi

📋 copy color: '#82A32C'

red 130 ◦ green 163 ◦ blue 44

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

Shades of Sushi #82A32C

Tints of Sushi #82A32C

RGB

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

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

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

R = 38.58%
G = 48.37%
B = 13.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#82A32C (or 0x82A32C) is known color: Sushi. HEX triplet: 82, A3 and 2C. RGB value is (130,163,44). Sum of RGB (Red+Green+Blue) = 130+163+44=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #82A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A32C is #7D5CD3. Grayscale: #8C8C8C. Windows color (decimal): -8215764 or 2925442. OLE color: 2925442.

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

Color convert

RGB 130 163 44 -
CMYK 0.20 0 0.73 0.36
HSL 76.64º 0.57% 0.41% -
HSV(B) 76.64º 0.73% 0.64% -
XYZ 22.76 31.12 7.19 -
YUV 139.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 130 163 44 0.20 0 0.73 0.36 76.64 0.57 0.41
Hex 82 A3 2C 14 0 49 24 4D 39 29
Octal 202 243 54 24 0 111 44 115 71 51
Binary 10000010 10100011 101100 10100 0 1001001 100100 1001101 111001 101001

Color Harmonies of #82A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A32C

Black with #82A32C

Text Example


Text Example

White with #82A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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