Html Css Color HEX #83A641 Sushi

📋 copy color: '#83A641'

red 131 ◦ green 166 ◦ blue 65

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

Shades of Sushi #83A641

Tints of Sushi #83A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 36.19%
G = 45.86%
B = 17.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#83A641 (or 0x83A641) is known color: Sushi. HEX triplet: 83, A6 and 41. RGB value is (131,166,65). Sum of RGB (Red+Green+Blue) = 131+166+65=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #83A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A641 is #7C59BE. Grayscale: #909090. Windows color (decimal): -8149439 or 4302467. OLE color: 4302467.

HSL color Cylindrical-coordinate representation of color #83A641: hue angle of 80.79º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83A641 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 65 -
CMYK 0.21 0 0.61 0.35
HSL 80.79º 0.44% 0.45% -
HSV(B) 80.79º 0.61% 0.65% -
XYZ 23.95 32.48 10.01 -
YUV 144.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 131 166 65 0.21 0 0.61 0.35 80.79 0.44 0.45
Hex 83 A6 41 15 0 3D 23 51 2C 2D
Octal 203 246 101 25 0 75 43 121 54 55
Binary 10000011 10100110 1000001 10101 0 111101 100011 1010001 101100 101101

Color Harmonies of #83A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A641

Black with #83A641

Text Example


Text Example

White with #83A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,166,65); }

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

background-color css

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

 a { background-color: rgb(131,166,65); }

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

border-color css

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

 span { border-color: rgb(131,166,65); }

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