Html Css Color HEX #83A13D Sushi

📋 copy color: '#83A13D'

red 131 ◦ green 161 ◦ blue 61

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

Shades of Sushi #83A13D

Tints of Sushi #83A13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 37.11%
G = 45.61%
B = 17.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#83A13D (or 0x83A13D) is known color: Sushi. HEX triplet: 83, A1 and 3D. RGB value is (131,161,61). Sum of RGB (Red+Green+Blue) = 131+161+61=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #83A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A13D is #7C5EC2. Grayscale: #8D8D8D. Windows color (decimal): -8150723 or 4039043. OLE color: 4039043.

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

Color convert

RGB 131 161 61 -
CMYK 0.19 0 0.62 0.37
HSL 78º 0.45% 0.44% -
HSV(B) 78º 0.62% 0.63% -
XYZ 22.95 30.65 9.12 -
YUV 140.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 131 161 61 0.19 0 0.62 0.37 78 0.45 0.44
Hex 83 A1 3D 13 0 3E 25 4E 2D 2C
Octal 203 241 75 23 0 76 45 116 55 54
Binary 10000011 10100001 111101 10011 0 111110 100101 1001110 101101 101100

Color Harmonies of #83A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A13D

Black with #83A13D

Text Example


Text Example

White with #83A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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