Html Css Color HEX #82A126 Sushi

📋 copy color: '#82A126'

red 130 ◦ green 161 ◦ blue 38

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

Shades of Sushi #82A126

Tints of Sushi #82A126

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.94%

 BLUE value IS 38 (15.23% from 255) = 11.55%

R = 39.51%
G = 48.94%
B = 11.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#82A126 (or 0x82A126) is known color: Sushi. HEX triplet: 82, A1 and 26. RGB value is (130,161,38). Sum of RGB (Red+Green+Blue) = 130+161+38=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #82A126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A126 is #7D5ED9. Grayscale: #8A8A8A. Windows color (decimal): -8216282 or 2531714. OLE color: 2531714.

HSL color Cylindrical-coordinate representation of color #82A126: hue angle of 75.12º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82A126 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 161 38 -
CMYK 0.19 0 0.76 0.37
HSL 75.12º 0.62% 0.39% -
HSV(B) 75.12º 0.76% 0.63% -
XYZ 22.3 30.38 6.52 -
YUV 137.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 130 161 38 0.19 0 0.76 0.37 75.12 0.62 0.39
Hex 82 A1 26 13 0 4C 25 4B 3E 27
Octal 202 241 46 23 0 114 45 113 76 47
Binary 10000010 10100001 100110 10011 0 1001100 100101 1001011 111110 100111

Color Harmonies of #82A126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A126

Black with #82A126

Text Example


Text Example

White with #82A126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,38); }

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

background-color css

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

 a { background-color: rgb(130,161,38); }

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

border-color css

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

 span { border-color: rgb(130,161,38); }

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