Html Css Color HEX #83A13F Sushi

📋 copy color: '#83A13F'

red 131 ◦ green 161 ◦ blue 63

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

Shades of Sushi #83A13F

Tints of Sushi #83A13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.35%

 BLUE value IS 63 (25% from 255) = 17.75%

R = 36.9%
G = 45.35%
B = 17.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#83A13F (or 0x83A13F) is known color: Sushi. HEX triplet: 83, A1 and 3F. RGB value is (131,161,63). Sum of RGB (Red+Green+Blue) = 131+161+63=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #83A13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A13F is #7C5EC0. Grayscale: #8D8D8D. Windows color (decimal): -8150721 or 4170115. OLE color: 4170115.

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

Color convert

RGB 131 161 63 -
CMYK 0.19 0 0.61 0.37
HSL 78.37º 0.44% 0.44% -
HSV(B) 78.37º 0.61% 0.63% -
XYZ 23 30.67 9.41 -
YUV 140.86 84.06 120.97 -
System Red Green Blue C M Y K H S L
Decimal 131 161 63 0.19 0 0.61 0.37 78.37 0.44 0.44
Hex 83 A1 3F 13 0 3D 25 4E 2C 2C
Octal 203 241 77 23 0 75 45 116 54 54
Binary 10000011 10100001 111111 10011 0 111101 100101 1001110 101100 101100

Color Harmonies of #83A13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A13F

Black with #83A13F

Text Example


Text Example

White with #83A13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,161,63); }

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

background-color css

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

 a { background-color: rgb(131,161,63); }

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

border-color css

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

 span { border-color: rgb(131,161,63); }

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