Html Css Color HEX #83AD3D Sushi

📋 copy color: '#83AD3D'

red 131 ◦ green 173 ◦ blue 61

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

Shades of Sushi #83AD3D

Tints of Sushi #83AD3D

RGB

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

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

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

R = 35.89%
G = 47.4%
B = 16.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#83AD3D (or 0x83AD3D) is known color: Sushi. HEX triplet: 83, AD and 3D. RGB value is (131,173,61). Sum of RGB (Red+Green+Blue) = 131+173+61=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD3D is #7C52C2. Grayscale: #949494. Windows color (decimal): -8147651 or 4042115. OLE color: 4042115.

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

Color convert

RGB 131 173 61 -
CMYK 0.24 0 0.65 0.32
HSL 82.5º 0.48% 0.46% -
HSV(B) 82.5º 0.65% 0.68% -
XYZ 25.15 35.05 9.85 -
YUV 147.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 131 173 61 0.24 0 0.65 0.32 82.5 0.48 0.46
Hex 83 AD 3D 18 0 41 20 52 30 2E
Octal 203 255 75 30 0 101 40 122 60 56
Binary 10000011 10101101 111101 11000 0 1000001 100000 1010010 110000 101110

Color Harmonies of #83AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD3D

Black with #83AD3D

Text Example


Text Example

White with #83AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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