Html Css Color HEX #82AC33 Sushi

📋 copy color: '#82AC33'

red 130 ◦ green 172 ◦ blue 51

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

Shades of Sushi #82AC33

Tints of Sushi #82AC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.73%

 BLUE value IS 51 (20.31% from 255) = 14.45%

R = 36.83%
G = 48.73%
B = 14.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#82AC33 (or 0x82AC33) is known color: Sushi. HEX triplet: 82, AC and 33. RGB value is (130,172,51). Sum of RGB (Red+Green+Blue) = 130+172+51=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AC33 is #7D53CC. Grayscale: #929292. Windows color (decimal): -8213453 or 3386498. OLE color: 3386498.

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

Color convert

RGB 130 172 51 -
CMYK 0.24 0 0.70 0.33
HSL 80.83º 0.54% 0.44% -
HSV(B) 80.83º 0.7% 0.67% -
XYZ 24.56 34.49 8.49 -
YUV 145.65 74.59 116.84 -
System Red Green Blue C M Y K H S L
Decimal 130 172 51 0.24 0 0.70 0.33 80.83 0.54 0.44
Hex 82 AC 33 18 0 46 21 51 36 2C
Octal 202 254 63 30 0 106 41 121 66 54
Binary 10000010 10101100 110011 11000 0 1000110 100001 1010001 110110 101100

Color Harmonies of #82AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC33

Black with #82AC33

Text Example


Text Example

White with #82AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,172,51); }

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

background-color css

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

 a { background-color: rgb(130,172,51); }

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

border-color css

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

 span { border-color: rgb(130,172,51); }

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