Html Css Color HEX #82AD34 Sushi

📋 copy color: '#82AD34'

red 130 ◦ green 173 ◦ blue 52

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

Shades of Sushi #82AD34

Tints of Sushi #82AD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 36.62%
G = 48.73%
B = 14.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#82AD34 (or 0x82AD34) is known color: Sushi. HEX triplet: 82, AD and 34. RGB value is (130,173,52). Sum of RGB (Red+Green+Blue) = 130+173+52=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD34 is #7D52CB. Grayscale: #929292. Windows color (decimal): -8213196 or 3452290. OLE color: 3452290.

HSL color Cylindrical-coordinate representation of color #82AD34: hue angle of 81.32º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82AD34 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 52 -
CMYK 0.25 0 0.70 0.32
HSL 81.32º 0.54% 0.44% -
HSV(B) 81.32º 0.7% 0.68% -
XYZ 24.77 34.88 8.68 -
YUV 146.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 130 173 52 0.25 0 0.70 0.32 81.32 0.54 0.44
Hex 82 AD 34 19 0 46 20 51 36 2C
Octal 202 255 64 31 0 106 40 121 66 54
Binary 10000010 10101101 110100 11001 0 1000110 100000 1010001 110110 101100

Color Harmonies of #82AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD34

Black with #82AD34

Text Example


Text Example

White with #82AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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