Html Css Color HEX #83A040 Sushi

📋 copy color: '#83A040'

red 131 ◦ green 160 ◦ blue 64

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

Shades of Sushi #83A040

Tints of Sushi #83A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.07%

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

R = 36.9%
G = 45.07%
B = 18.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#83A040 (or 0x83A040) is known color: Sushi. HEX triplet: 83, A0 and 40. RGB value is (131,160,64). Sum of RGB (Red+Green+Blue) = 131+160+64=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #83A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A040 is #7C5FBF. Grayscale: #8C8C8C. Windows color (decimal): -8150976 or 4235395. OLE color: 4235395.

HSL color Cylindrical-coordinate representation of color #83A040: hue angle of 78.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83A040 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 64 -
CMYK 0.18 0 0.6 0.37
HSL 78.12º 0.43% 0.44% -
HSV(B) 78.12º 0.6% 0.63% -
XYZ 22.86 30.34 9.5 -
YUV 140.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 131 160 64 0.18 0 0.6 0.37 78.12 0.43 0.44
Hex 83 A0 40 12 0 3C 25 4E 2B 2C
Octal 203 240 100 22 0 74 45 116 53 54
Binary 10000011 10100000 1000000 10010 0 111100 100101 1001110 101011 101100

Color Harmonies of #83A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A040

Black with #83A040

Text Example


Text Example

White with #83A040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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