Html Css Color HEX #83AD40 Sushi

📋 copy color: '#83AD40'

red 131 ◦ green 173 ◦ blue 64

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

Shades of Sushi #83AD40

Tints of Sushi #83AD40

RGB

 RED value IS 131 (51.56% from 255) = 35.6%

 GREEN value IS 173 (67.97% from 255) = 47.01%

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 35.6%
G = 47.01%
B = 17.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#83AD40 (or 0x83AD40) is known color: Sushi. HEX triplet: 83, AD and 40. RGB value is (131,173,64). Sum of RGB (Red+Green+Blue) = 131+173+64=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD40 is #7C52BF. Grayscale: #949494. Windows color (decimal): -8147648 or 4238723. OLE color: 4238723.

HSL color Cylindrical-coordinate representation of color #83AD40: hue angle of 83.12º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83AD40 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 64 -
CMYK 0.24 0 0.63 0.32
HSL 83.12º 0.46% 0.46% -
HSV(B) 83.12º 0.63% 0.68% -
XYZ 25.23 35.08 10.29 -
YUV 148.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 131 173 64 0.24 0 0.63 0.32 83.12 0.46 0.46
Hex 83 AD 40 18 0 3F 20 53 2E 2E
Octal 203 255 100 30 0 77 40 123 56 56
Binary 10000011 10101101 1000000 11000 0 111111 100000 1010011 101110 101110

Color Harmonies of #83AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD40

Black with #83AD40

Text Example


Text Example

White with #83AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AD40; }

 p { color: rgb(131,173,64); }

 H1.HeaderClassName
 {
   color: #83AD40;
 }
 .AnyTagClassName
 {
   color: #83AD40;
 }
</style>

background-color css

<style>
 a { background-color: #83AD40; }

 a { background-color: rgb(131,173,64); }

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

border-color css

<style>
 span { border-color: #83AD40; }

 span { border-color: rgb(131,173,64); }

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