Html Css Color HEX #82AD3F Sushi

📋 copy color: '#82AD3F'

red 130 ◦ green 173 ◦ blue 63

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

Shades of Sushi #82AD3F

Tints of Sushi #82AD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.27%

 BLUE value IS 63 (25% from 255) = 17.21%

R = 35.52%
G = 47.27%
B = 17.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#82AD3F (or 0x82AD3F) is known color: Sushi. HEX triplet: 82, AD and 3F. RGB value is (130,173,63). Sum of RGB (Red+Green+Blue) = 130+173+63=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD3F is #7D52C0. Grayscale: #949494. Windows color (decimal): -8213185 or 4173186. OLE color: 4173186.

HSL color Cylindrical-coordinate representation of color #82AD3F: hue angle of 83.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82AD3F is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 63 -
CMYK 0.25 0 0.64 0.32
HSL 83.45º 0.47% 0.46% -
HSV(B) 83.45º 0.64% 0.68% -
XYZ 25.05 34.99 10.14 -
YUV 147.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 130 173 63 0.25 0 0.64 0.32 83.45 0.47 0.46
Hex 82 AD 3F 19 0 40 20 53 2F 2E
Octal 202 255 77 31 0 100 40 123 57 56
Binary 10000010 10101101 111111 11001 0 1000000 100000 1010011 101111 101110

Color Harmonies of #82AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD3F

Black with #82AD3F

Text Example


Text Example

White with #82AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,63); }

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

background-color css

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

 a { background-color: rgb(130,173,63); }

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

border-color css

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

 span { border-color: rgb(130,173,63); }

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