Html Css Color HEX #83A642 Sushi

📋 copy color: '#83A642'

red 131 ◦ green 166 ◦ blue 66

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

Shades of Sushi #83A642

Tints of Sushi #83A642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 36.09%
G = 45.73%
B = 18.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#83A642 (or 0x83A642) is known color: Sushi. HEX triplet: 83, A6 and 42. RGB value is (131,166,66). Sum of RGB (Red+Green+Blue) = 131+166+66=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #83A642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A642 is #7C59BD. Grayscale: #909090. Windows color (decimal): -8149438 or 4368003. OLE color: 4368003.

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

Color convert

RGB 131 166 66 -
CMYK 0.21 0 0.60 0.35
HSL 81º 0.43% 0.45% -
HSV(B) 81º 0.6% 0.65% -
XYZ 23.98 32.49 10.16 -
YUV 144.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 131 166 66 0.21 0 0.60 0.35 81 0.43 0.45
Hex 83 A6 42 15 0 3C 23 51 2B 2D
Octal 203 246 102 25 0 74 43 121 53 55
Binary 10000011 10100110 1000010 10101 0 111100 100011 1010001 101011 101101

Color Harmonies of #83A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A642

Black with #83A642

Text Example


Text Example

White with #83A642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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