Html Css Color HEX #83A32D Sushi

📋 copy color: '#83A32D'

red 131 ◦ green 163 ◦ blue 45

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

Shades of Sushi #83A32D

Tints of Sushi #83A32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.08%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 38.64%
G = 48.08%
B = 13.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#83A32D (or 0x83A32D) is known color: Sushi. HEX triplet: 83, A3 and 2D. RGB value is (131,163,45). Sum of RGB (Red+Green+Blue) = 131+163+45=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #83A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A32D is #7C5CD2. Grayscale: #8C8C8C. Windows color (decimal): -8150227 or 2990979. OLE color: 2990979.

HSL color Cylindrical-coordinate representation of color #83A32D: hue angle of 76.27º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83A32D is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 163 45 -
CMYK 0.20 0 0.72 0.36
HSL 76.27º 0.57% 0.41% -
HSV(B) 76.27º 0.72% 0.64% -
XYZ 22.93 31.21 7.3 -
YUV 139.98 74.4 121.59 -
System Red Green Blue C M Y K H S L
Decimal 131 163 45 0.20 0 0.72 0.36 76.27 0.57 0.41
Hex 83 A3 2D 14 0 48 24 4C 39 29
Octal 203 243 55 24 0 110 44 114 71 51
Binary 10000011 10100011 101101 10100 0 1001000 100100 1001100 111001 101001

Color Harmonies of #83A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A32D

Black with #83A32D

Text Example


Text Example

White with #83A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,163,45); }

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

background-color css

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

 a { background-color: rgb(131,163,45); }

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

border-color css

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

 span { border-color: rgb(131,163,45); }

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