Html Css Color HEX #82AE3E Sushi

📋 copy color: '#82AE3E'

red 130 ◦ green 174 ◦ blue 62

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

Shades of Sushi #82AE3E

Tints of Sushi #82AE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.54%

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 35.52%
G = 47.54%
B = 16.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#82AE3E (or 0x82AE3E) is known color: Sushi. HEX triplet: 82, AE and 3E. RGB value is (130,174,62). Sum of RGB (Red+Green+Blue) = 130+174+62=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AE3E is #7D51C1. Grayscale: #949494. Windows color (decimal): -8212930 or 4107906. OLE color: 4107906.

HSL color Cylindrical-coordinate representation of color #82AE3E: hue angle of 83.57º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82AE3E is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 174 62 -
CMYK 0.25 0 0.64 0.32
HSL 83.57º 0.47% 0.46% -
HSV(B) 83.57º 0.64% 0.68% -
XYZ 25.21 35.37 10.05 -
YUV 148.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 130 174 62 0.25 0 0.64 0.32 83.57 0.47 0.46
Hex 82 AE 3E 19 0 40 20 54 2F 2E
Octal 202 256 76 31 0 100 40 124 57 56
Binary 10000010 10101110 111110 11001 0 1000000 100000 1010100 101111 101110

Color Harmonies of #82AE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE3E

Black with #82AE3E

Text Example


Text Example

White with #82AE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,174,62); }

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

background-color css

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

 a { background-color: rgb(130,174,62); }

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

border-color css

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

 span { border-color: rgb(130,174,62); }

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