Html Css Color HEX #82A641 Sushi

📋 copy color: '#82A641'

red 130 ◦ green 166 ◦ blue 65

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

Shades of Sushi #82A641

Tints of Sushi #82A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 36.01%
G = 45.98%
B = 18.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#82A641 (or 0x82A641) is known color: Sushi. HEX triplet: 82, A6 and 41. RGB value is (130,166,65). Sum of RGB (Red+Green+Blue) = 130+166+65=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #82A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A641 is #7D59BE. Grayscale: #909090. Windows color (decimal): -8214975 or 4302466. OLE color: 4302466.

HSL color Cylindrical-coordinate representation of color #82A641: hue angle of 81.39º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82A641 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 65 -
CMYK 0.22 0 0.61 0.35
HSL 81.39º 0.44% 0.45% -
HSV(B) 81.39º 0.61% 0.65% -
XYZ 23.8 32.4 10 -
YUV 143.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 130 166 65 0.22 0 0.61 0.35 81.39 0.44 0.45
Hex 82 A6 41 16 0 3D 23 51 2C 2D
Octal 202 246 101 26 0 75 43 121 54 55
Binary 10000010 10100110 1000001 10110 0 111101 100011 1010001 101100 101101

Color Harmonies of #82A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A641

Black with #82A641

Text Example


Text Example

White with #82A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,65); }

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

background-color css

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

 a { background-color: rgb(130,166,65); }

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

border-color css

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

 span { border-color: rgb(130,166,65); }

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