Html Css Color HEX #82A22F Sushi

📋 copy color: '#82A22F'

red 130 ◦ green 162 ◦ blue 47

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

Shades of Sushi #82A22F

Tints of Sushi #82A22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 38.35%
G = 47.79%
B = 13.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#82A22F (or 0x82A22F) is known color: Sushi. HEX triplet: 82, A2 and 2F. RGB value is (130,162,47). Sum of RGB (Red+Green+Blue) = 130+162+47=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #82A22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A22F is #7D5DD0. Grayscale: #8B8B8B. Windows color (decimal): -8216017 or 3121794. OLE color: 3121794.

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

Color convert

RGB 130 162 47 -
CMYK 0.20 0 0.71 0.36
HSL 76.7º 0.55% 0.41% -
HSV(B) 76.7º 0.71% 0.64% -
XYZ 22.64 30.79 7.44 -
YUV 139.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 130 162 47 0.20 0 0.71 0.36 76.7 0.55 0.41
Hex 82 A2 2F 14 0 47 24 4D 37 29
Octal 202 242 57 24 0 107 44 115 67 51
Binary 10000010 10100010 101111 10100 0 1000111 100100 1001101 110111 101001

Color Harmonies of #82A22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A22F

Black with #82A22F

Text Example


Text Example

White with #82A22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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