Html Css Color HEX #83A444 Sushi

📋 copy color: '#83A444'

red 131 ◦ green 164 ◦ blue 68

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

Shades of Sushi #83A444

Tints of Sushi #83A444

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.18%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 36.09%
G = 45.18%
B = 18.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#83A444 (or 0x83A444) is known color: Sushi. HEX triplet: 83, A4 and 44. RGB value is (131,164,68). Sum of RGB (Red+Green+Blue) = 131+164+68=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #83A444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A444 is #7C5BBB. Grayscale: #8F8F8F. Windows color (decimal): -8149948 or 4498563. OLE color: 4498563.

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

Color convert

RGB 131 164 68 -
CMYK 0.20 0 0.59 0.36
HSL 80.63º 0.41% 0.45% -
HSV(B) 80.63º 0.59% 0.64% -
XYZ 23.68 31.79 10.36 -
YUV 143.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 131 164 68 0.20 0 0.59 0.36 80.63 0.41 0.45
Hex 83 A4 44 14 0 3B 24 51 29 2D
Octal 203 244 104 24 0 73 44 121 51 55
Binary 10000011 10100100 1000100 10100 0 111011 100100 1010001 101001 101101

Color Harmonies of #83A444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A444

Black with #83A444

Text Example


Text Example

White with #83A444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,164,68); }

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

background-color css

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

 a { background-color: rgb(131,164,68); }

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

border-color css

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

 span { border-color: rgb(131,164,68); }

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