Html Css Color HEX #82A434 Sushi

📋 copy color: '#82A434'

red 130 ◦ green 164 ◦ blue 52

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

Shades of Sushi #82A434

Tints of Sushi #82A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.4%

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

R = 37.57%
G = 47.4%
B = 15.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#82A434 (or 0x82A434) is known color: Sushi. HEX triplet: 82, A4 and 34. RGB value is (130,164,52). Sum of RGB (Red+Green+Blue) = 130+164+52=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #82A434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A434 is #7D5BCB. Grayscale: #8D8D8D. Windows color (decimal): -8215500 or 3449986. OLE color: 3449986.

HSL color Cylindrical-coordinate representation of color #82A434: hue angle of 78.21º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82A434 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 164 52 -
CMYK 0.21 0 0.68 0.36
HSL 78.21º 0.52% 0.42% -
HSV(B) 78.21º 0.68% 0.64% -
XYZ 23.1 31.54 8.12 -
YUV 141.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 130 164 52 0.21 0 0.68 0.36 78.21 0.52 0.42
Hex 82 A4 34 15 0 44 24 4E 34 2A
Octal 202 244 64 25 0 104 44 116 64 52
Binary 10000010 10100100 110100 10101 0 1000100 100100 1001110 110100 101010

Color Harmonies of #82A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A434

Black with #82A434

Text Example


Text Example

White with #82A434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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